Administrator
2021-11-06 a824b62bde75373c9b6b8d3a60b3a279895c8675
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'