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