[052f39]: / settings.gradle

Download this file

12 lines (10 with data), 272 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {url 'https://developer.huawei.com/repo/'}
}
}
rootProject.name = "MoleAnalysis"
include ':app'