Browse Source

upgradle agp to 7.1.3

dev-agp
andywu91 3 years ago
parent
commit
cc9b018a1f
  1. 2
      build.gradle.kts
  2. 2
      lib/build.gradle.kts

2
build.gradle.kts

@ -9,7 +9,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:4.2.2")
classpath("com.android.tools.build:gradle:7.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

2
lib/build.gradle.kts

@ -13,8 +13,6 @@ android {
defaultConfig {
minSdkVersion(14)
targetSdkVersion(28)
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")

Loading…
Cancel
Save