first version

This commit is contained in:
Chara White
2023-01-20 02:21:20 +08:00
commit 8c4ca6f206
21 changed files with 1166 additions and 0 deletions

19
settings.gradle.kts Normal file
View File

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