aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ktx/build.gradle.kts')
-rw-r--r--openpgp-ktx/build.gradle.kts16
1 files changed, 0 insertions, 16 deletions
diff --git a/openpgp-ktx/build.gradle.kts b/openpgp-ktx/build.gradle.kts
deleted file mode 100644
index dd449e43..00000000
--- a/openpgp-ktx/build.gradle.kts
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
- * SPDX-License-Identifier: Apache-2.0
- */
-plugins {
- id("com.github.android-password-store.published-android-library")
- id("com.github.android-password-store.kotlin-android")
-}
-
-android {
- defaultConfig { consumerProguardFiles("consumer-proguard-rules.pro") }
- buildFeatures.aidl = true
- namespace = "me.msfjarvis.openpgpktx"
-}
-
-dependencies { implementation(libs.kotlinx.coroutines.core) }