summaryrefslogtreecommitdiff
path: root/autofill-parser/README.md
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-11-29 17:18:22 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-11-29 17:51:17 +0530
commit99e83ed0d81757a435c57d8a328fda16715889dc (patch)
tree40df5f75d372e364eb89249cb47b97981e7cffd5 /autofill-parser/README.md
parent7bcdc09b92397afcc77e06ae32589cce67d1a379 (diff)
autofill-parser: update README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser/README.md')
-rw-r--r--autofill-parser/README.md30
1 files changed, 2 insertions, 28 deletions
diff --git a/autofill-parser/README.md b/autofill-parser/README.md
index 23b29fdf..acb19310 100644
--- a/autofill-parser/README.md
+++ b/autofill-parser/README.md
@@ -1,37 +1,11 @@
-# autofill-parser
+# 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)
Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.
# Usage
-<details><summary>Gradle Kotlin DSL</summary>
-
```kotlin
-repositories {
- maven {
- setUrl("https://maven.msfjarvis.dev/android-password-store/autofill-parser")
- }
-}
-
-dependencies {
- implementation("com.github.androidpasswordstore:autofill-parser:1.0.0")
-}
-```
-
-</details>
-
-<details><summary>Groovy DSL</summary>
-
-```gradle
-repositories {
- maven {
- url 'https://maven.msfjarvis.dev/android-password-store/autofill-parser'
- }
-}
-
dependencies {
- implementation 'com.github.androidpasswordstore:autofill-parser:1.0.0'
+ implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
}
```
-
-</details>