aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/build.gradle.kts8
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)