diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-12-17 12:16:35 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-12-17 12:16:35 +0530 |
commit | 7c3410f390c7d12315e7c3e829c1714435361fe8 (patch) | |
tree | 18ec78cb053107ea79ceb5f3e46ed0da38565649 /openpgp-ktx/build.gradle.kts | |
parent | 97bc1e0ce52fc8411b252ae912bac40d29feee64 (diff) |
chore: remove obsolete openpgp-ktx code
Diffstat (limited to 'openpgp-ktx/build.gradle.kts')
-rw-r--r-- | openpgp-ktx/build.gradle.kts | 16 |
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) } |