Files
hpos-registration-app/settings.gradle

18 lines
375 B
Groovy
Raw Normal View History

2023-06-19 16:30:43 +05:30
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
2023-07-07 10:53:38 +05:30
maven {url "https://jitpack.io"}
2023-06-19 16:30:43 +05:30
}
}
rootProject.name = "HPOS Registration"
include ':app'