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

Co-authored-by: GitHub Actions <noreply@github.com>
2023-02-13 00:58:25 +00:00
..
src Update Public Suffix List data (#2376) 2023-02-13 00:58:25 +00:00
.gitignore Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
api.txt Migrate to Metalava for validating API (#2195) 2022-10-21 06:32:23 +00:00
build.gradle.kts chore(gradle): add missing suppressions and license headers 2022-10-24 14:46:38 +05:30
CHANGELOG.md fix(autofill-parser): add changelog entry for #2341 2023-01-23 20:28:19 +05:30
consumer-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
gradle.properties autofill-parser: bump version 2022-06-20 14:32:14 +05:30
proguard-rules.pro Autofill: Extract AutofillParser into separate subproject (#1101) 2020-09-16 23:47:55 +05:30
README.md Update Maven coordinates for library projects (#1313) 2021-02-09 05:33:28 +00:00

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>")
}