774fda83ac
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
16 lines
288 B
Text
16 lines
288 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")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|