Android-Password-Store/settings.gradle.kts
2021-02-06 17:34:17 +05:30

14 lines
298 B
Text

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