Files
IAEngine/Android/AndroidProject/settings.gradle.kts
Isuru Samarathunga 4597d0a4aa Android Project
2025-10-18 00:07:21 +05:30

24 lines
531 B
Plaintext

pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "IAEGame"
include(":app")