Skip to content

Releases: ReactiveCircus/app-versioning

1.3.2

12 Mar 23:58
Compare
Choose a tag to compare

What's Changed

  • Compile with AGP 8.3.0.
  • Compile with Kotlin 1.9.23.
  • Fix typo by @razvanred in #32

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

16 Apr 10:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

16 Apr 07:25
Compare
Choose a tag to compare

Changed

  • Compile with AGP 8.0.0.
  • Compile with Kotlin 1.8.20.

Full Changelog: 1.2.0...1.3.0

1.2.0

25 Oct 01:03
Compare
Choose a tag to compare

Fixed

  • Stop depending on com.android.tools:sdk-common to support AGP 8.

Changed

  • Compile with AGP 7.3.1.
  • Compile with Kotlin 1.7.20.

1.1.2

20 Apr 10:24
Compare
Choose a tag to compare

Fixed

  • Fix an issue where changing git HEAD does not invalidate task cache - #28

Changed

  • Compile with AGP 7.1.3.
  • Compile with Kotlin 1.6.21.

Full Changelog: 1.1.0...1.1.2

1.1.0

24 Nov 10:56
Compare
Choose a tag to compare

Added

  • Support specifying bare git repository e.g. app.git.

Changed

  • Compile with AGP 7.0.3.

1.0.0

30 Jul 02:00
Compare
Choose a tag to compare

This is our first stable release. Thanks everyone for trying out the plugin and sending bug reports and feature requests!

Changed

  • Compile with AGP 7.0.0.

1.0.0-rc01

22 Jul 16:26
Compare
Choose a tag to compare

Changed

  • Minimum Android Gradle Plugin version is now 7.0.0-beta04.

0.10.0

22 Jul 16:25
Compare
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
Compare
Choose a tag to compare

Changed

  • Minimum Gradle version is 6.8.