mirror of
https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC.git
synced 2024-11-04 21:11:00 +02:00
11 lines
288 B
Groovy
11 lines
288 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 = "TestMobileApp"
|
||
|
include ':app'
|