Files
AndroidJava/NutriMo/settings.gradle
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

18 lines
364 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven{url 'https://jitpack.io'}
}
}
rootProject.name = "NutriMo"
include ':app'