- Compile with AGP 8.3.0.
- Compile with Kotlin 1.9.23.
- Fix an issue where the version info files cannot be found when configuration cache is on - #30
- Compile with AGP 8.0.0.
- Compile with Kotlin 1.8.20.
- Stop depending on
com.android.tools:sdk-common
to support AGP 8.
- Compile with AGP 7.3.1.
- Compile with Kotlin 1.7.20.
- Fix an issue where changing git HEAD does not invalidate task cache - #28
- Compile with AGP 7.1.3.
- Compile with Kotlin 1.6.21.
Same as 1.1.0.
- Support specifying bare git repository e.g.
app.git
.
- Compile with AGP 7.0.3.
This is our first stable release. Thanks everyone for trying out the plugin and sending bug reports and feature requests!
- Compile with AGP 7.0.0.
- Minimum Android Gradle Plugin version is now 7.0.0-beta04.
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.
- Compile with AGP 7.0.0-rc01.
- Compile with Kotlin 1.5.21.
- Minimum Gradle version is 6.8.
- 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.
- Support setting git root directory explicitly when the root Gradle project is not the git root.
- Support tag filtering with custom glob pattern.
- Compile with AGP 4.2.0-beta02.
- Target Java 11 bytecode.
- Kotlin 1.4.21.
- Gradle 6.8-rc-4.
- 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.
- Add
VariantInfo
lambda parameters tooverrideVersionVode
andoverrideVersionName
to support customizingversionCode
andversionName
based on build variants.
- Change
AppVersioningPlugin
frominternal
topublic
to support type-safe plugin application inbuildSrc
. - AGP 4.2.0-alpha16.
- Kotlin 1.4.20-RC.
- Disable IR to support applying the plugin from
buildSrc
.
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.
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.