autofill-parser: update README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
7bcdc09b92
commit
99e83ed0d8
1 changed files with 2 additions and 28 deletions
|
@ -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")
|
||||
implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
|
||||
}
|
||||
```
|
||||
|
||||
</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'
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Reference in a new issue