1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-02-21 00:00:31 +03:00
bitwarden-android/settings.gradle.kts

18 lines
328 B
Text
Raw Normal View History

2023-08-22 16:03:42 -05:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Bitwarden"
include(":app")