fix(build): downgrade back to AGP 8.2.0

Canaries are broken right now
This commit is contained in:
Harsh Shandilya 2023-12-27 17:03:04 +05:30
parent 0c63920cdf
commit 11be868d43
2 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ class AndroidCommonPlugin : Plugin<Project> {
beforeVariants(selector().all()) {
if (it.name == "debug") return@beforeVariants
(it as HasUnitTestBuilder).enableUnitTest = false
it.androidTest.enable = false
it.enableAndroidTest = false
}
}
@ -81,7 +81,7 @@ class AndroidCommonPlugin : Plugin<Project> {
beforeVariants(selector().all()) {
if (it.name == "debug") return@beforeVariants
(it as HasUnitTestBuilder).enableUnitTest = false
it.androidTest.enable = false
it.enableAndroidTest = false
}
}
}

View file

@ -1,5 +1,5 @@
[versions]
agp = "8.3.0-alpha16"
agp = "8.2.0"
benchmark = "1.2.2"
coil = "2.5.0"
# @keep used for kotlinCompilerExtensionVersion