7b25bf8783
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
14 lines
293 B
Text
14 lines
293 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()
|
|
jcenter()
|
|
}
|
|
}
|