bitwarden-android/settings.gradle.kts
2024-06-20 17:08:07 +01:00

17 lines
328 B
Text

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Bitwarden"
include(":app")