diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-11-25 03:27:42 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-11-29 17:51:16 +0530 |
commit | 7b25bf878315a894122e3de74e19add6fcdf5d4c (patch) | |
tree | ccb89e08265d628f8ff9a3de562ddb4252199dee /openpgp-ktx/gradle.properties | |
parent | fa2a93769f5cec8397064337fd53659147ba1877 (diff) |
openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'openpgp-ktx/gradle.properties')
-rw-r--r-- | openpgp-ktx/gradle.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/openpgp-ktx/gradle.properties b/openpgp-ktx/gradle.properties new file mode 100644 index 00000000..b510e282 --- /dev/null +++ b/openpgp-ktx/gradle.properties @@ -0,0 +1,17 @@ +GROUP=com.github.androidpasswordstore +VERSION_NAME=2.2.0 +POM_ARTIFACT_ID=openpgp-ktx +POM_ARTIFACT_DESCRIPTION=Reimplementation of OpenKeychain's integration library in Kotlin + +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_LICENSE_NAME=LGPL-3.0-only WITH LGPL-3.0-linking-exception +POM_LICENSE_URL=https://www.gnu.org/licenses/lgpl-3.0.txt +POM_LICENSE_DIST=repo + +POM_DEVELOPER_ID=android-password-store +POM_DEVELOPER_NAME=The Android Password Store Authors +POM_DEVELOPER_EMAIL=aps@msfjarvis.dev |