mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +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
|
@ -58,7 +58,7 @@ gitRepositories {
|
|||
checkoutsDirectory.set(rootProject.projectDir.resolve("build/checkouts"))
|
||||
include("whetstone") {
|
||||
uri.set("https://github.com/msfjarvis/whetstone")
|
||||
tag.set("msfjarvis-2022-11-21")
|
||||
tag.set("msfjarvis-2022-11-27")
|
||||
includeBuild {
|
||||
dependencySubstitution {
|
||||
for (module in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue