aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser/README.md
blob: 20ea2a137d633672d5f6ff12a1aecf8da65f91db (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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.

# Usage

```kotlin
dependencies {
    implementation("com.github.android-password-store:autofill-parser:<latest-version>")
}
```