Android-Password-Store/autofill-parser/README.md

12 lines
459 B
Markdown
Raw Normal View History

# 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>")
}
```