Skip to content

v9.1.0

Latest

Choose a tag to compare

@jdvp jdvp released this 04 Mar 10:23
· 1 commit to main since this release

This release shows the code working with the following settings:

  • Android Gradle Plugin 9.1.0
  • Gradle 9.3.1
  • Kotlin 2.3.10
  • Ibotta AspectJ Plugin 1.4.1
  • AspectJ 1.9.25
    • Note that the Ibotta Plugin is compiled against 1.9.6

Important: AGP 9.0.0 and AndroidAspectExample EOL

It seems this project is on its last legs with the introduction of AGP 9.0.0, which has introduced a new Android DSL. The underlying AspectJ plugin does not use the updated API since it is unmaintained

For now, i.e. at least the first major release of AGP 9, this can be worked around by using the following flag in gradle.properties:

android.newDsl=false

This project will be updated until the newDsl flag is removed after which I will probably archive the project.