mirror of
https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC.git
synced 2024-11-16 19:00:59 +02:00
11 lines
290 B
Groovy
11 lines
290 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 = "Mobile Auth App"
|
||
|
include ':app'
|