You've already forked pocket-git
mirror of
https://github.com/izzy2lost/pocket-git.git
synced 2026-03-10 12:40:25 -07:00
11 lines
285 B
Groovy
11 lines
285 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
jcenter() // Warning: this repository is going to shut down soon
|
|
}
|
|
}
|
|
rootProject.name = "Pocket Git"
|
|
include ':app'
|