Android-Password-Store/settings.gradle.kts
2021-04-12 12:08:06 +00:00

19 lines
381 B
Text

/*
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
include(":autofill-parser")
include(":app")
include(":openpgp-ktx")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}