safepoint QRIS
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
google {
|
||||
content {
|
||||
includeGroupByRegex("com\\.android.*")
|
||||
includeGroupByRegex("com\\.google.*")
|
||||
includeGroupByRegex("androidx.*")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
// Jangan gunakan dependencyResolutionManagement untuk sementara
|
||||
// Biarkan repositories di-handle di build.gradle masing-masing module
|
||||
|
||||
rootProject.name = "BDKIPoc"
|
||||
include ':app'
|
||||
rootProject.name = "BDKI POC"
|
||||
include ':app'
|
||||
|
||||
Reference in New Issue
Block a user