This commit is contained in:
2021-08-20 22:26:29 +08:00
commit d2fac4cf12
45 changed files with 1053 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()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "test"
include ':app'