mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 21:38:03 +00:00
fix(deps): use Compose Compiler from gMaven
This commit is contained in:
parent
fd5fea0b1e
commit
f330e59ad1
@ -87,6 +87,7 @@ dependencyResolutionManagement {
|
||||
includeGroup("androidx.cardview")
|
||||
includeGroup("androidx.collection")
|
||||
includeGroup("androidx.compose.animation")
|
||||
includeGroup("androidx.compose.compiler")
|
||||
includeGroup("androidx.compose.foundation")
|
||||
includeGroup("androidx.compose.material")
|
||||
includeGroup("androidx.compose.material3")
|
||||
@ -163,10 +164,6 @@ dependencyResolutionManagement {
|
||||
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
|
||||
filter { includeModule("com.android.tools", "r8") }
|
||||
}
|
||||
exclusiveContent {
|
||||
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") }
|
||||
filter { includeGroup("androidx.compose.compiler") }
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user