mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 13:52:07 -05:00
18 lines
328 B
Kotlin
18 lines
328 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Bitwarden"
|
|
include(":app")
|