[Gradle] Bump minimal supported AGP version to 7.1.3

^KT-62939 Fixed
This commit is contained in:
Yahor Berdnikau
2023-11-11 13:23:47 +01:00
committed by Space Team
parent f4d088a886
commit 6eca282e9a
27 changed files with 189 additions and 371 deletions
@@ -67,25 +67,11 @@ dependencies {
commonCompileOnly(project(":kotlin-compiler-runner-unshaded"))
commonCompileOnly(project(":kotlin-gradle-statistics"))
commonCompileOnly(project(":kotlin-gradle-build-metrics"))
commonCompileOnly("com.android.tools.build:gradle:4.2.2") {
exclude("org.ow2.asm")
exclude("net.sf.proguard")
exclude("net.sf.jopt-simple")
exclude("com.squareup")
exclude("com.google.crypto.tink")
exclude("com.google.guava")
exclude("com.google.protobuf")
exclude("com.google.testing.platform")
exclude("com.android.tools.lint")
exclude("androidx.databinding")
exclude("com.android.tools.analytics-library")
exclude("com.android.tools.build.jetifier")
exclude("com.android.tools.build", "transform-api")
exclude("com.android.tools.build", "builder-test-api")
exclude("com.android.tools.build", "bundletool")
exclude("com.android.tools.build", "aaptcompiler")
exclude("com.android.tools.build", "aapt2-proto")
}
commonCompileOnly(libs.android.gradle.plugin.gradle.api) { isTransitive = false }
commonCompileOnly(libs.android.gradle.plugin.gradle) { isTransitive = false }
commonCompileOnly(libs.android.gradle.plugin.builder) { isTransitive = false }
commonCompileOnly(libs.android.gradle.plugin.builder.model) { isTransitive = false }
commonCompileOnly(libs.android.tools.common) { isTransitive = false }
commonCompileOnly(intellijPlatformUtil())
commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages"))
commonCompileOnly(libs.gradle.enterprise.gradlePlugin)