Skip to content

Releases: ReactiveCircus/app-versioning

0.10.0

22 Jul 16:25

Choose a tag to compare

This is the final release of the plugin that's compatible with Android Gradle Plugin 4.2.

When AGP 7.0.0-beta01 was released, we thought all the APIs we use are stable and can therefore support 4.2.1 which have the same APIs we were using.
Unfortunately AGP 7.0.0-beta04 moved ApplicationAndroidComponentsExtension to a new package and deprecated the old one. In order to move to the new ApplicationAndroidComponentsExtension
before our 1.0 release and avoid the overhead of publishing multiple artifacts, we decided to start requiring AGP 7.0.0-beta04 in the next release.

Changed

  • Compile with AGP 7.0.0-rc01.
  • Compile with Kotlin 1.5.21.

0.9.1

01 Jun 11:21

Choose a tag to compare

Changed

  • Minimum Gradle version is 6.8.

0.9.0

30 May 09:32

Choose a tag to compare

Changed

  • Minimum Android Gradle Plugin version is now 4.2.1. All versions of AGP 7.x are supported.
  • Compile with AGP 7.0.0-beta03.
  • Compile with Kotlin 1.5.10.

0.8.1

28 Dec 15:56

Choose a tag to compare

Added

  • Support setting git root directory explicitly when the root Gradle project is not the git root.

0.8.0

28 Dec 06:15

Choose a tag to compare

Added

  • Support tag filtering with custom glob pattern.

Changed

  • Compile with AGP 4.2.0-beta02.
  • Target Java 11 bytecode.
  • Kotlin 1.4.21.
  • Gradle 6.8-rc-4.

0.7.0

05 Dec 09:53

Choose a tag to compare

Changed

  • Change minimum Android Gradle Plugin version to 4.2.0-beta01.
  • Support AGP 7.0.0-alpha02.
  • Kotlin 1.4.20.
  • Gradle 6.8-rc-1.

0.6.0

05 Dec 02:55

Choose a tag to compare

Added

  • Add VariantInfo lambda parameters to overrideVersionVode and overrideVersionName to support customizing versionCode and versionName based on build variants.

Changed

  • Change AppVersioningPlugin from internal to public to support type-safe plugin application in buildSrc.
  • AGP 4.2.0-alpha16.
  • Kotlin 1.4.20-RC.

Fixed

  • Disable IR to support applying the plugin from buildSrc.

0.5.0

02 Oct 04:37

Choose a tag to compare

The plugin now requires the latest version of Android Gradle Plugin (currently 4.2.0-alpha13) until the next variant APIs become stable.

Please use version 0.4.0 if you want to use the plugin with AGP 4.0 or 4.1.

0.4.0

02 Oct 03:45

Choose a tag to compare

This is the final release of the plugin that's compatible with Android Gradle Plugin 4.0 and 4.1.

Starting from the next release, the latest version of AGP (currently 4.2.0-alpha13) will be required, until the new variant APIs become stable which is expected to happen with the next major version of AGP.