Skip to content

Releases: Ibotta/gradle-aspectj-pipeline-plugin

Release 1.4.1

26 Sep 20:32
f593487
Compare
Choose a tag to compare

Dependency updates:

AGP: 7.2.1 -> 7.3.0
AppCompat: 1.4.1 -> 1.5.1
Gradle Publish Plugin: 0.20.0 -> 1.0.0-rc-1
Junit: 5.8.2 -> 5.9.1
Kotlin: 1.7.0 -> 1.7.10
Kotlin DSL: 2.2.0 -> 3.1.0
Mockito: 4.2.0 -> 4.8.0
MockK: 1.12.2 -> 1.13.1
Gradle: 7.4.2 -> 7.5.1

Compile/Target Version: 31 -> 33

Release 1.4.0

13 Jun 21:11
Compare
Choose a tag to compare

Add support for Kotlin 1.7.0

  • NOTE: This version will only work with Kotlin >=1.7.0

Release 1.3.1

24 Jan 16:41
Compare
Choose a tag to compare
  • Throws exception during build time if DynamicFeaturePlugin is missing. (See issue #11 )

Release 1.3.0

20 Jan 22:19
Compare
Choose a tag to compare
  • Upgraded dependencies where new versions were available
  • Removed all JCenter repository references

Released on the Gradle Plugin Portal: https://plugins.gradle.org/plugin/com.ibotta.gradle.aop

Release 1.2.0

15 Sep 21:19
Compare
Choose a tag to compare
  • Hopeful fix for an issue first seen after upgrading Android Tools Gradle Plugin to 7.0.2. This issue would cause builds to fail on the extract<Variant>Annotations task.

Fix to support Kapt incremental builds

15 Feb 21:28
Compare
Choose a tag to compare

As reported in issue #3, this plugin was causing builds to fail when Kapt incremental builds were enabled. This release contains a fix for this issue.

First public release: version 1.0.7

14 Oct 19:39
Compare
Choose a tag to compare

This is the first public release. Version 1.0.7. And it is hosted on the Gradle Plugin Portal: https://plugins.gradle.org/plugin/com.ibotta.gradle.aop

Release 1.0.0

07 Oct 19:19
Compare
Choose a tag to compare

First release of a working version of this plugin.