mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
fix(deps): use an unreleased R8 build with verifier crash fix
This commit is contained in:
parent
37e6c87046
commit
dfe108d13e
3 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ pluginManagement {
|
|||
filter { includeGroup("dev.msfjarvis.whetstone") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
|
||||
forRepository { maven("https://storage.googleapis.com/r8-releases/raw/main") }
|
||||
filter { includeModule("com.android.tools", "r8") }
|
||||
}
|
||||
includeBuild("build-logic")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue