diff options
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/build.gradle.kts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index b97afc0c..f164f07e 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -4,11 +4,9 @@ */ plugins { - id("com.github.android-password-store.android-library") + id("com.github.android-password-store.published-android-library") id("com.github.android-password-store.kotlin-android") id("com.github.android-password-store.kotlin-library") - id("com.vanniktech.maven.publish") - id("org.jetbrains.dokka") id("com.github.android-password-store.psl-plugin") } |