init
This commit is contained in:
commit
0c422c9562
45 changed files with 1724 additions and 0 deletions
9
settings.gradle
Normal file
9
settings.gradle
Normal file
|
@ -0,0 +1,9 @@
|
|||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "Re"
|
||||
include ':app'
|
Loading…
Add table
Add a link
Reference in a new issue