diff options
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 |