Android-Password-Store/autofill-parser
renovate[bot] d04e1fa368
fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)
* fix(deps): update dependency com.facebook:ktfmt to v0.44

* chore: reformat with ktfmt 0.44

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-04-29 01:28:41 +00:00
..
src fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490) 2023-04-29 01:28:41 +00:00
.gitignore
api.txt Migrate to Metalava for validating API (#2195) 2022-10-21 06:32:23 +00:00
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 autofill-parser: bump version 2022-06-20 14:32:14 +05:30
lint-baseline.xml feat(lint): update baselines 2023-04-27 01:37:20 +05:30
proguard-rules.pro
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>")
}