Adding App Dependencies and we are ready to go
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
id("de.fayard.refreshVersions") version "0.11.0"
|
||||
}
|
||||
|
||||
refreshVersions {
|
||||
enableBuildSrcLibs()
|
||||
}
|
||||
|
||||
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")
|
||||
Reference in New Issue
Block a user