优化界面以及大小

This commit is contained in:
方块君
2022-02-18 20:40:02 +08:00
parent 0f4779defe
commit 37066e3c29
15 changed files with 221 additions and 383 deletions

11
settings.gradle.kts Normal file
View File

@@ -0,0 +1,11 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "Simplicity Tools"
include(":app")
include(":blockmiui")