diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-10-08 12:36:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 12:36:11 +0530 |
commit | 0d6b7f1842a90bfefbe6f47725871a7d70ba31fb (patch) | |
tree | 02a703de330440efd3f82f731bc98705c7bb9c2a /autofill-parser/gradle.properties | |
parent | e730a779d9233f3ef81f0aa069a5b5bd40072bf6 (diff) |
autofill-parser: flesh out generated POM file (#1140)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser/gradle.properties')
-rw-r--r-- | autofill-parser/gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autofill-parser/gradle.properties b/autofill-parser/gradle.properties index 24371c01..fe1b7688 100644 --- a/autofill-parser/gradle.properties +++ b/autofill-parser/gradle.properties @@ -1,6 +1,7 @@ GROUP=com.github.androidpasswordstore VERSION_NAME=1.0.0 POM_ARTIFACT_ID=autofill-parser +POM_ARTIFACT_DESCRIPTION=Android library for low-level parsing of Autofill structures POM_URL=https://github.com/Android-Password-Store/android-password-store POM_SCM_URL=https://github.com/Android-Password-Store/android-password-store @@ -13,3 +14,4 @@ POM_LICENSE_DIST=repo POM_DEVELOPER_ID=android-password-store POM_DEVELOPER_NAME=The Android Password Store Authors +POM_DEVELOPER_EMAIL=aps@msfjarvis.dev |