2021-09-16 17:46:25 +02:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
jcenter() // Warning: this repository is going to shut down soon
|
|
|
|
}
|
|
|
|
}
|
2021-09-18 14:33:31 +02:00
|
|
|
rootProject.name = "MessageExport"
|
2021-09-16 17:46:25 +02:00
|
|
|
include ':app'
|