aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
blob: a00d26747227385c489290294f830afc99bcb386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pluginManagement {
    repositories {
        google()
        gradlePluginPortal()
    }
    plugins {
        id("com.android.application") version '7.4.2'
    }
}
dependencyResolutionManagement {
    repositories {
        google()
        mavenCentral()
    }
}
include ':app'