This commit is contained in:
2025-03-24 21:43:54 +08:00
commit 8443a94b73
168 changed files with 16532 additions and 0 deletions

19
settings.gradle Normal file
View File

@@ -0,0 +1,19 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
rootProject.name = "FindMaimaiUltra"
include ':app'