Releases: jdvp/AndroidAspectExample
v7.3.0
This release shows the code working with the following settings:
- Android Gradle Plugin 7.3.0
- Gradle 7.4.2
- Kotlin 1.7.10
- Ibotta AspectJ Plugin 1.4.0
v7.2.2
This release shows the code working with the following settings:
- Android Gradle Plugin 7.2.2
- Gradle 7.4.2
- Kotlin 1.7.0
- Ibotta AspectJ Plugin 1.4.0
v7.2.1
This release shows the code working with the following settings:
- Android Gradle Plugin 7.2.1
- Gradle 7.4.2
- Kotlin 1.7.0
- Ibotta AspectJ Plugin 1.4.0
Note that with this newly updated version of Kotlin, the Ibotta plugin also had to be updated as per this issue, which basically comes down to a breaking change in the KotlinCompile task in 1.7.0:
Kotlin compile tasks no longer inherit the Gradle AbstractCompile task. They inherit only the DefaultTask.
which is mentioned in the What's new in 1.7.0 Changes in compile tasks section.
I didn't test if this version of the gradle-aspectj-pipeline-plugin plugin is backwards compatible but will check a bit later and re-update this to reflect what I find
v7.2.0
This release shows the code working with the following settings:
- Android Gradle Plugin 7.2.0
- Gradle 7.4.2
- Kotlin 1.6.21
- Ibotta AspectJ Plugin 1.3.1
v7.1.3
This release shows the code working with the following settings:
- Android Gradle Plugin 7.1.3
- Gradle 7.2
- Kotlin 1.6.20
- Ibotta AspectJ Plugin 1.3.1
v7.1.2
This release shows the code working with the following settings:
- Android Gradle Plugin 7.1.2
- Gradle 7.2.0
- Kotlin 1.6.10
- Ibotta AspectJ Plugin 1.3.1
v7.1.1
This release shows the code working with the following settings:
- Android Gradle Plugin 7.1.1
- Gradle 7.2.0
- Kotlin 1.6.10
- Ibotta AspectJ Plugin 1.3.1
v7.1.0
This release shows the code working with the following settings:
- Android Gradle Plugin 7.1.0
- Gradle 7.2.0
- Kotlin 1.6.10
- Ibotta AspectJ Plugin 1.3.1
- I checked version 1.2.0 and that had been working as well. Since v1.3.1 is the most up-to-date version so opted to upgrade to it.
v7.0.4
This release shows the code working with the following settings:
- Android Gradle Plugin 7.0.4
- Gradle 7.0.2
- Kotlin 1.6.10
- Ibotta AspectJ Plugin 1.2.0
v7.0.3
This release shows the code working with the following settings:
- Android Gradle Plugin 7.0.3
- Gradle 7.0.2
- Kotlin 1.6.0
- Ibotta AspectJ Plugin 1.2.0