Android-Password-Store/autofill-parser
Harsh Shandilya 1d77eadb11
fix(autofill-parser): remove Kotlin 1.7 compat workarounds
It's not worth trying to maintain this
2023-07-26 17:18:58 +05:30
..
src chore: remove unnecessary suppressions 2023-07-26 16:02:03 +05:30
.gitignore
api.txt
build.gradle.kts fix(autofill-parser): remove Kotlin 1.7 compat workarounds 2023-07-26 17:18:58 +05:30
CHANGELOG.md
consumer-rules.pro
gradle.properties
lint-baseline.xml
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>")
}