mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 14:55:19 +00:00
autofill-parser: add README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
37
autofill-parser/README.md
Normal file
37
autofill-parser/README.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# autofill-parser
|
||||||
|
|
||||||
|
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'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
Reference in New Issue
Block a user