data_dashboard/settings.gradle
2022-10-11 19:55:07 +07:00

16 lines
379 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven {
url "https://jitpack.io"
}
}
}
rootProject.name = "ILSA Enterprise"
include ':app'
include ':manufacturing'