Android-Password-Store/autofill-parser
2021-12-03 09:38:33 +00:00
..
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 Turn on explicit API for Kotlin JVM projects (#1568) 2021-12-03 09:38:33 +00:00
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>")
}