Skip to content

Releases: ReactiveCircus/app-versioning

1.5.0

14 Jun 03:50
Compare
Choose a tag to compare

What's Changed

  • Minimum Android Gradle Plugin version is now 8.0.0. by @ychescale9 in #39
  • Remove compileOnly dependency on com.android.tools:common to support future version of AGP. by @ychescale9 in #39
  • Migrate to Sonatype Central Portal. by @ychescale9 in #40

Full Changelog: 1.4.0...1.5.0

1.4.0

14 Mar 15:53
Compare
Choose a tag to compare

What's Changed

  • Support Splits/Multi-APKs and universal APK modes. by @ychescale9 in #36
  • Compile with AGP 8.9.0.
  • Compile with Kotlin 2.1.0.

Full Changelog: 1.3.2...1.4.0

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.