keepass-fidelity/settings.gradle

19 lines
412 B
Groovy
Raw Normal View History

2024-03-17 14:50:15 +01:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { url 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "BeenDroid"
include ':app'