aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
blob: 79bb88c1d3b9f25fa6ec1682c3fe7ced38789f13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pluginManagement {
    repositories {
        gradlePluginPortal()
        google()
        mavenCentral()
    }
}
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
    }
}
rootProject.name = "taupānga moni"
include ':app'