Administrator
2021-11-06 52e2971a30c37fabb79ad5198516ce7afcf21696
1
2
3
4
5
6
7
8
9
10
11
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 = "Missions"
include ':app'