99e83ed0d8
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
11 lines
459 B
Markdown
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>")
|
|
}
|
|
```
|