mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
fix(deps): temporarily downgrade AGP to 7.3.1
Let's explain the decision with the help of a table AGP Version | Has known issues | Has Studio available --------------|------------------|--------------------- 8.0.0-alpha07 | No | No 8.0.0-alpha08 | Yes | Yes 7.3.1 | No | Yes And thus, we settle on 7.3.1
This commit is contained in:
parent
44733a05cd
commit
d59a151944
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[versions]
|
[versions]
|
||||||
accompanist = "0.27.1"
|
accompanist = "0.27.1"
|
||||||
# @pin https://issuetracker.google.com/issues/259556213
|
# @pin https://issuetracker.google.com/issues/259556213
|
||||||
agp = "8.0.0-alpha07"
|
agp = "7.3.1"
|
||||||
androidx-test = "1.5.0"
|
androidx-test = "1.5.0"
|
||||||
coil = "2.2.2"
|
coil = "2.2.2"
|
||||||
# @keep used for kotlinCompilerExtensionVersion
|
# @keep used for kotlinCompilerExtensionVersion
|
||||||
|
|
|
@ -58,7 +58,7 @@ gitRepositories {
|
||||||
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
|
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
|
||||||
include("whetstone") {
|
include("whetstone") {
|
||||||
uri.set("https://github.com/msfjarvis/whetstone")
|
uri.set("https://github.com/msfjarvis/whetstone")
|
||||||
tag.set("msfjarvis-2022-11-21")
|
tag.set("msfjarvis-2022-11-27")
|
||||||
includeBuild {
|
includeBuild {
|
||||||
dependencySubstitution {
|
dependencySubstitution {
|
||||||
for (module in
|
for (module in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue