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/gradle.properties | |
parent | 97bc1e0ce52fc8411b252ae912bac40d29feee64 (diff) |
chore: remove obsolete openpgp-ktx code
Diffstat (limited to 'openpgp-ktx/gradle.properties')
-rw-r--r-- | openpgp-ktx/gradle.properties | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/openpgp-ktx/gradle.properties b/openpgp-ktx/gradle.properties deleted file mode 100644 index 2b966a19..00000000 --- a/openpgp-ktx/gradle.properties +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. -# SPDX-License-Identifier: Apache-2.0 -# - -VERSION_NAME=4.0.0-SNAPSHOT -POM_ARTIFACT_ID=openpgp-ktx -POM_NAME=openpgp-ktx -POM_DESCRIPTION=Reimplementation of OpenKeychain's integration library in Kotlin -POM_INCEPTION_YEAR=2020 - -POM_URL=https://github.com/Android-Password-Store/android-password-store -POM_SCM_URL=https://github.com/Android-Password-Store/android-password-store -POM_SCM_CONNECTION=scm:git:https://github.com/Android-Password-Store/android-password-store.git -POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:Android-Password-Store/android-password-store - -POM_LICENCE_NAME=Apache-2.0 -POM_LICENCE_URL=https://opensource.org/licenses/Apache-2.0 -POM_LICENCE_DIST=repo - -POM_DEVELOPER_ID=android-password-store -POM_DEVELOPER_NAME=The Android Password Store Authors -POM_DEVELOPER_EMAIL=aps@msfjarvis.dev |