Android-Password-Store/autofill-parser
2023-04-27 01:37:20 +05:30
..
src Update Public Suffix List data (#2455) 2023-04-05 05:10:20 +00:00
.gitignore
api.txt
build.gradle.kts refactor(build): remove kotlin-library plugin from Android modules 2023-04-27 01:34:35 +05:30
CHANGELOG.md fix(autofill-parser): add changelog entry for #2341 2023-01-23 20:28:19 +05:30
consumer-rules.pro
gradle.properties
lint-baseline.xml feat(lint): update baselines 2023-04-27 01:37:20 +05:30
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>")
}