mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 03:37:05 +05:30
fix(build): downgrade back to AGP 8.2.0
Canaries are broken right now
This commit is contained in:
parent
0c63920cdf
commit
11be868d43
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue