safepoint QRIS

This commit is contained in:
2025-06-12 16:56:26 +07:00
parent 13ab6b717e
commit eddade3200
15 changed files with 71 additions and 3110 deletions

View File

@@ -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'