First Commit

This commit is contained in:
LittleTurtle2333
2022-02-14 02:59:24 +08:00
parent aff987c9f8
commit c6fbdeffe9
43 changed files with 1283 additions and 0 deletions

10
settings.gradle Normal file
View File

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