diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-09 11:03:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 05:33:28 +0000 |
commit | f7189c0e0a43421202069cadbba6c5ed3d2554a6 (patch) | |
tree | a9a769f435b2b536e308073959f139fdc0eced11 /autofill-parser | |
parent | ea24056554f307f4f8f84b0ab6a808730d6acfa4 (diff) |
Update Maven coordinates for library projects (#1313)
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autofill-parser/README.md b/autofill-parser/README.md index acb19310..20ea2a13 100644 --- a/autofill-parser/README.md +++ b/autofill-parser/README.md @@ -1,4 +1,4 @@ -# autofill-parser [![Download](https://api.bintray.com/packages/android-password-store/autofill-parser/autofill-parser/images/download.svg)](https://bintray.com/android-password-store/autofill-parser/autofill-parser/_latestVersion) +# autofill-parser [![Maven Central](https://img.shields.io/maven-central/v/com.github.android-password-store/autofill-parser.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.android-password-store%22%20AND%20a:%22autofill-parser%22) Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0. @@ -6,6 +6,6 @@ Android library to enable efficient usage of the Autofill capabilities introduce ```kotlin dependencies { - implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>") + implementation("com.github.android-password-store:autofill-parser:<latest-version>") } ``` |