aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/build.gradle.kts6
1 files changed, 4 insertions, 2 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts
index 7f2a6467..dd066407 100644
--- a/autofill-parser/build.gradle.kts
+++ b/autofill-parser/build.gradle.kts
@@ -1,6 +1,8 @@
plugins {
- kotlin("android")
- id("maven-publish")
+ id("com.android.library")
+ id("maven-publish")
+ kotlin("android")
+ `aps-plugin`
}
// Type safety can sometimes suck