diff --git a/autofill-parser/README.md b/autofill-parser/README.md index 23b29fdf7..acb193107 100644 --- a/autofill-parser/README.md +++ b/autofill-parser/README.md @@ -1,37 +1,11 @@ -# autofill-parser +# 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) Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0. # Usage -
Gradle Kotlin DSL - ```kotlin -repositories { - maven { - setUrl("https://maven.msfjarvis.dev/android-password-store/autofill-parser") - } -} - dependencies { - implementation("com.github.androidpasswordstore:autofill-parser:1.0.0") + implementation("com.github.androidpasswordstore:autofill-parser:") } ``` - -
- -
Groovy DSL - -```gradle -repositories { - maven { - url 'https://maven.msfjarvis.dev/android-password-store/autofill-parser' - } -} - -dependencies { - implementation 'com.github.androidpasswordstore:autofill-parser:1.0.0' -} -``` - -