zhifu gao
2024-04-23 2ac38adbe5f4e1374a079e032ed4b504351a207c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pluginManagement {
    repositories {
        google()
        mavenCentral()
        gradlePluginPortal()
    }
}
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
    }
}
 
rootProject.name = "AndroidClient"
include ':app'