Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 99e83ed

Browse files
committed
autofill-parser: update README
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 7bcdc09 commit 99e83ed

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

autofill-parser/README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,11 @@
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

33
Android 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-
328
dependencies {
33-
implementation 'com.github.androidpasswordstore:autofill-parser:1.0.0'
9+
implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
3410
}
3511
```
36-
37-
</details>

0 commit comments

Comments
 (0)