First commit

This commit is contained in:
2021-08-16 12:08:58 +02:00
commit 43cce5a87e
37 changed files with 894 additions and 0 deletions
+10
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 = "android-study-case"
include ':app'