diff options
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index b0556c0e..38c846cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,9 @@ * SPDX-License-Identifier: GPL-3.0-only */ plugins { - `binary-compatibility-validator` - `aps-plugin` + id("com.github.android-password-store.binary-compatibility") + id("com.github.android-password-store.gradle") + id("com.github.android-password-store.git-hooks") + id("com.github.android-password-store.kotlin-common") id("com.github.android-password-store.spotless") } |