jarvis-client-android/settings.gradle

12 lines
332 B
Groovy
Raw Normal View History

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven { url "https://jitpack.io" }
}
}
rootProject.name = "Jarvis Compose"
include ':app'