diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-29 15:24:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 09:54:31 +0000 |
commit | 403bb383b5caa23bbb14f4e59e2727ae70ed2283 (patch) | |
tree | 889bff20fed7f8c3dbaab2d00cd7e8186cb27058 /autofill-parser/build.gradle.kts | |
parent | 1172c3734fe68fed9d16c93175a5b1940f103b69 (diff) |
Upgrade to AGP 7.0.0 (#1474)
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-rw-r--r-- | autofill-parser/build.gradle.kts | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index e1550b9d..f22081f3 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -10,13 +10,7 @@ plugins { `aps-plugin` } -android { - defaultConfig { - versionCode = 2 - versionName = "2.0" - consumerProguardFiles("consumer-rules.pro") - } -} +android { defaultConfig { consumerProguardFiles("consumer-rules.pro") } } dependencies { implementation(libs.androidx.annotation) |