2022-01-02 21:37:22 +01:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
jcenter() // Warning: this repository is going to shut down soon
|
2022-01-06 11:39:21 +01:00
|
|
|
maven { url "https://jitpack.io" }
|
2022-01-02 21:37:22 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
rootProject.name = "Jarvis Compose"
|
|
|
|
include ':app'
|