aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-11-29 02:27:21 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-12-03 12:59:57 +0530
commit120dc5fca46f41886f7ecdd84332b519b5bc5584 (patch)
treeb17b5d9dab3b08048e1bccb0356ca17f8a332465 /autofill-parser/build.gradle.kts
parent4d327646a4f508920b653fac112914473ec25954 (diff)
all: switch to new convention plugins
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-rw-r--r--autofill-parser/build.gradle.kts8
1 files changed, 3 insertions, 5 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts
index 0aabd881..fea86ce6 100644
--- a/autofill-parser/build.gradle.kts
+++ b/autofill-parser/build.gradle.kts
@@ -4,13 +4,11 @@
*/
plugins {
- id("com.android.library")
+ id("com.github.android-password-store.android-library")
+ id("com.github.android-password-store.kotlin-android")
id("com.vanniktech.maven.publish")
- kotlin("android")
id("org.jetbrains.dokka")
- id("com.github.android-password-store.kotlin-common")
- `aps-plugin`
- `psl-plugin`
+ id("com.github.android-password-store.psl-plugin")
}
android {