Android Projekt umbenannt

This commit is contained in:
2026-04-01 08:10:04 +02:00
parent 697105f460
commit cd912612ad
1096 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "xxxthegame-android"
include(":app")