mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 01:47:03 +05:30
Revert "fix(build): downgrade back to AGP 8.2.0"
Also upgrade to 8.3.0-beta01 that contains the fix for the issue.
This reverts commit 11be868d43
.
This commit is contained in:
parent
bc433bde83
commit
a49c7136cd
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ class AndroidCommonPlugin : Plugin<Project> {
|
||||||
beforeVariants(selector().all()) {
|
beforeVariants(selector().all()) {
|
||||||
if (it.name == "debug") return@beforeVariants
|
if (it.name == "debug") return@beforeVariants
|
||||||
(it as HasUnitTestBuilder).enableUnitTest = false
|
(it as HasUnitTestBuilder).enableUnitTest = false
|
||||||
it.enableAndroidTest = false
|
it.androidTest.enable = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ class AndroidCommonPlugin : Plugin<Project> {
|
||||||
beforeVariants(selector().all()) {
|
beforeVariants(selector().all()) {
|
||||||
if (it.name == "debug") return@beforeVariants
|
if (it.name == "debug") return@beforeVariants
|
||||||
(it as HasUnitTestBuilder).enableUnitTest = false
|
(it as HasUnitTestBuilder).enableUnitTest = false
|
||||||
it.enableAndroidTest = false
|
it.androidTest.enable = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[versions]
|
[versions]
|
||||||
agp = "8.2.0"
|
agp = "8.3.0-beta01"
|
||||||
benchmark = "1.2.2"
|
benchmark = "1.2.2"
|
||||||
coil = "2.5.0"
|
coil = "2.5.0"
|
||||||
# @keep used for kotlinCompilerExtensionVersion
|
# @keep used for kotlinCompilerExtensionVersion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue