File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
src/main/kotlin/io/github/reactivecircus/appversioning Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 7474 AGP_VERSION : ${{ matrix.agp-version }}
7575 strategy :
7676 matrix :
77- agp-version : [ 4.2.2, 7.0.0-rc01, 7.1.0-alpha04 ]
77+ agp-version : [ 7.0.0-rc01, 7.1.0-alpha04 ]
7878
7979 steps :
8080 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ This [blogpost](https://dev.to/ychescale9/git-based-android-app-versioning-with-
1414
1515## Android Gradle Plugin version compatibility
1616
17- The minimum version of Android Gradle Plugin required is ** 4.2.1** .
18-
19- All versions of ** AGP 7.x** are supported.
17+ The minimum version of Android Gradle Plugin required is ** 7.0.0-beta04** .
2018
2119Version ` 0.4.0 ` of the plugin is the final version that's compatible with AGP ** 4.0** and ** 4.1** .
2220
Original file line number Diff line number Diff line change 11package io.github.reactivecircus.appversioning
22
33import com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
4- import com.android.build.api.extension .ApplicationAndroidComponentsExtension
4+ import com.android.build.api.variant .ApplicationAndroidComponentsExtension
55import com.android.build.api.variant.ApplicationVariant
66import com.android.build.api.variant.VariantOutputConfiguration
77import com.android.build.gradle.AppPlugin
@@ -126,7 +126,7 @@ class AppVersioningPlugin : Plugin<Project> {
126126
127127 companion object {
128128 private const val MIN_GRADLE_VERSION = " 6.8"
129- private const val MIN_AGP_VERSION = " 4.2.1 "
129+ private const val MIN_AGP_VERSION = " 7.0.0-beta04 "
130130 }
131131}
132132
You can’t perform that action at this time.
0 commit comments