keepass-fidelity/settings.gradle

20 lines
412 B
Groovy
Raw Permalink 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' }
}
}
2024-03-24 12:40:18 +01:00
2024-03-23 13:20:55 +01:00
rootProject.name = "Fidelity"
2024-03-17 14:50:15 +01:00
include ':app'