Android-Password-Store/autofill-parser
Harsh Shandilya aa16457c87
Update Public Suffix List data (#3188)
autofill-parser: update publicsuffixes file

Co-authored-by: GitHub Actions <noreply@github.com>
2024-08-26 00:17:44 +00:00
..
src Update Public Suffix List data (#3188) 2024-08-26 00:17:44 +00:00
.gitignore
api.txt
build.gradle.kts chore: add missing copyright headers and update existing ones 2024-08-14 00:31:25 +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>")
}