Android-Password-Store/autofill-parser/README.md
Harsh Shandilya 99e83ed0d8
autofill-parser: update README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-29 17:51:17 +05:30

11 lines
459 B
Markdown

# 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
```kotlin
dependencies {
implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
}
```