Android-Password-Store/autofill-parser
2021-12-11 00:12:54 +05:30
..
api
src Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565) 2021-12-02 19:09:54 +00:00
.gitignore
build.gradle.kts Miscellaneous build and CI cleanups (#1587) 2021-12-11 00:12:54 +05:30
CHANGELOG.md
consumer-rules.pro
gradle.properties
proguard-rules.pro
README.md

autofill-parser Maven Central

Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.

Usage

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