Setup the template project
This commit is contained in:
+7
-5
@@ -8,13 +8,15 @@ refreshVersions {
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter() // Warning: this repository is going to shut down soon
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter() // Warning: this repository is going to shut down soon
|
||||
}
|
||||
}
|
||||
rootProject.name = "android-study-case"
|
||||
include(":app")
|
||||
include(":util")
|
||||
include(":i18n")
|
||||
include(":data")
|
||||
include(":domain")
|
||||
|
||||
Reference in New Issue
Block a user