2019-10-02 12:41:22 +00:00
|
|
|
/*
|
2020-01-29 19:30:20 +00:00
|
|
|
* Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
|
2019-10-02 14:40:07 +00:00
|
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
2019-10-02 12:41:22 +00:00
|
|
|
*/
|
2020-09-16 18:17:55 +00:00
|
|
|
include(":autofill-parser")
|
2020-07-23 09:09:36 +00:00
|
|
|
include(":app")
|
2020-11-24 21:57:42 +00:00
|
|
|
include(":openpgp-ktx")
|
2020-09-20 11:24:38 +00:00
|
|
|
|
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
2021-02-06 12:04:17 +00:00
|
|
|
mavenCentral()
|
2020-09-20 11:24:38 +00:00
|
|
|
}
|
|
|
|
}
|