Releases: ReactiveCircus/app-versioning
Releases · ReactiveCircus/app-versioning
1.5.0
What's Changed
- Minimum Android Gradle Plugin version is now 8.0.0. by @ychescale9 in #39
- Remove
compileOnly
dependency oncom.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
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
What's Changed
- Compile with AGP 8.3.0.
- Compile with Kotlin 1.9.23.
- Fix typo by @razvanred in #32
New Contributors
- @razvanred made their first contribution in #32
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
1.2.0
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
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
Added
- Support specifying bare git repository e.g.
app.git
.
Changed
- Compile with AGP 7.0.3.
1.0.0
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
Changed
- Minimum Android Gradle Plugin version is now 7.0.0-beta04.