2020-07-23 09:09:36 +00:00
|
|
|
/*
|
2024-08-13 19:01:25 +00:00
|
|
|
* Copyright © 2014-2024 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-11-15 05:48:29 +00:00
|
|
|
id("com.github.android-password-store.git-hooks")
|
2022-10-29 01:59:46 +00:00
|
|
|
id("com.github.android-password-store.kotlin-common")
|
2024-08-13 18:48:51 +00:00
|
|
|
id("com.github.android-password-store.spotless")
|
2024-03-21 18:38:20 +00:00
|
|
|
id("com.github.android-password-store.versions")
|
2020-07-23 09:09:36 +00:00
|
|
|
}
|