This commit is contained in:
2024-12-13 00:04:15 +00:00
commit fdd749e12b
68 changed files with 3078 additions and 0 deletions

16
Sorce/settings.gradle Executable file
View File

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