2020-07-23 09:09:36 +00:00
|
|
|
/*
|
2021-03-09 09:15:27 +00:00
|
|
|
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
2020-07-23 09:09:36 +00:00
|
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
*/
|
|
|
|
plugins {
|
2021-03-09 09:23:11 +00:00
|
|
|
`binary-compatibility-validator`
|
|
|
|
`aps-plugin`
|
2020-07-23 09:09:36 +00:00
|
|
|
}
|
2021-03-16 19:04:13 +00:00
|
|
|
|
2021-03-09 09:23:11 +00:00
|
|
|
allprojects { apply(plugin = "com.ncorti.ktfmt.gradle") }
|