2025-11-13 08:15:18 +00:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
google {
|
|
|
|
|
content {
|
|
|
|
|
includeGroupByRegex("com\\.android.*")
|
|
|
|
|
includeGroupByRegex("com\\.google.*")
|
|
|
|
|
includeGroupByRegex("androidx.*")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mavenCentral()
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
maven { url "https://jitpack.io" }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
maven { url "https://jitpack.io" }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-11-23 13:19:00 +00:00
|
|
|
rootProject.name = "KBZ-Master-latest"
|
2025-11-13 08:15:18 +00:00
|
|
|
include ':app'
|
|
|
|
|
include ':nexsdk-lib'
|
|
|
|
|
include ':paylibs'
|
|
|
|
|
include ':paysdk-lib'
|
|
|
|
|
include ':baselib'
|
|
|
|
|
include ':mpulib'
|
|
|
|
|
|
|
|
|
|
include ':xpay'
|
|
|
|
|
include ':ecr'
|
|
|
|
|
include ':ecr-service-lib'
|
|
|
|
|
include ':qrgen-lib'
|