From 403bb383b5caa23bbb14f4e59e2727ae70ed2283 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 29 Jul 2021 15:24:31 +0530 Subject: Upgrade to AGP 7.0.0 (#1474) --- autofill-parser/build.gradle.kts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'autofill-parser/build.gradle.kts') 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) -- cgit v1.2.3