aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-12-11 00:12:54 +0530
committerGitHub <noreply@github.com>2021-12-11 00:12:54 +0530
commit7d39bc0ae201361eb787055ccb0d5edcb31f83a2 (patch)
treef1f7154a7ecf17acd2bb45ed8735a4750203d0c7 /openpgp-ktx
parentb59c4f068cd9f4791a78d94c3c75f7484423f977 (diff)
Miscellaneous build and CI cleanups (#1587)
Diffstat (limited to 'openpgp-ktx')
-rw-r--r--openpgp-ktx/build.gradle.kts4
1 files changed, 1 insertions, 3 deletions
diff --git a/openpgp-ktx/build.gradle.kts b/openpgp-ktx/build.gradle.kts
index 37ebbc62..d29d18d5 100644
--- a/openpgp-ktx/build.gradle.kts
+++ b/openpgp-ktx/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")
}
android {