2023-03-21 14:16:14 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
2023-04-06 22:58:55 +02:00
|
|
|
maven { url 'https://jitpack.io' }
|
2023-03-21 14:16:14 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
2023-04-06 22:58:55 +02:00
|
|
|
maven { url 'https://jitpack.io' }
|
2023-03-21 14:16:14 +01:00
|
|
|
}
|
|
|
|
}
|
2024-01-20 01:21:41 +01:00
|
|
|
rootProject.name = "BeenDroid"
|
2023-03-21 14:16:14 +01:00
|
|
|
include ':app'
|