guru_lib/GuruConsent-Android/settings.gradle

21 lines
398 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
mavenLocal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
mavenLocal()
}
}
rootProject.name = "GuruGdprExample"
include ':app'
include ':GuruConsent'