This repository has been archived on 2025-03-07. You can view files and clone it, but cannot push or open issues or pull requests.
DotPointme/settings.gradle
2022-04-18 01:28:23 +02:00

17 lines
328 B
Groovy

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