aboutsummaryrefslogtreecommitdiff
path: root/crypto-common
diff options
context:
space:
mode:
Diffstat (limited to 'crypto-common')
-rw-r--r--crypto-common/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto-common/build.gradle.kts b/crypto-common/build.gradle.kts
index 44323900..40e39339 100644
--- a/crypto-common/build.gradle.kts
+++ b/crypto-common/build.gradle.kts
@@ -4,7 +4,7 @@
*/
plugins {
kotlin("jvm")
- `aps-plugin`
+ id("com.github.android-password-store.kotlin-common")
}
dependencies { implementation(libs.thirdparty.kotlinResult) }