2023-06-29 17:54:41 +05:30
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
2023-07-11 19:01:00 +05:30
|
|
|
maven { url 'https://jitpack.io' }
|
|
|
|
|
jcenter()
|
2023-06-29 17:54:41 +05:30
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
rootProject.name = "SimpliTend"
|
|
|
|
|
include ':app'
|