This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed
Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change 1- # autofill-parser
1+ # autofill-parser [ ![ Download ] ( https://api.bintray.com/packages/android-password-store/autofill-parser/autofill-parser/images/download.svg )] ( https://bintray.com/android-password-store/autofill-parser/autofill-parser/_latestVersion )
22
33Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.
44
55# Usage
66
7- <details ><summary >Gradle Kotlin DSL</summary >
8-
97``` kotlin
10- repositories {
11- maven {
12- setUrl(" https://maven.msfjarvis.dev/android-password-store/autofill-parser" )
13- }
14- }
15-
16- dependencies {
17- implementation(" com.github.androidpasswordstore:autofill-parser:1.0.0" )
18- }
19- ```
20-
21- </details >
22-
23- <details ><summary >Groovy DSL</summary >
24-
25- ``` gradle
26- repositories {
27- maven {
28- url 'https://maven.msfjarvis.dev/android-password-store/autofill-parser'
29- }
30- }
31-
328dependencies {
33- implementation ' com.github.androidpasswordstore:autofill-parser:1.0.0'
9+ implementation( " com.github.androidpasswordstore:autofill-parser:<latest-version> " )
3410}
3511```
36-
37- </details >
You can’t perform that action at this time.
0 commit comments