Releases: ReactiveCircus/app-versioning
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.
0.10.0
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
Changed
- Minimum Gradle version is 6.8.