bitwarden-android/settings.gradle.kts

18 lines
328 B
Text
Raw Normal View History

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