Files
PRM392/Foodify/settings.gradle
T
2022-06-04 21:33:45 +07:00

11 lines
160 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
rootProject.name = "Foodify"
include ':app'