This commit is contained in:
MoonLeeeaf
2024-06-07 12:33:59 +08:00
commit 1a169f2124
25 changed files with 1060 additions and 0 deletions

20
settings.gradle Normal file
View File

@@ -0,0 +1,20 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://api.xposed.info/' }
}
}
rootProject.name = "FuckMaoNemo"
include(":app")