Android-Password-Store/build.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
353 B
Text
Raw Permalink Normal View History

2020-07-23 09:09:36 +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 {
id("com.github.android-password-store.git-hooks")
id("com.github.android-password-store.kotlin-common")
id("com.github.android-password-store.spotless")
id("com.github.android-password-store.versions")
2020-07-23 09:09:36 +00:00
}