mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
Update Maven coordinates for library projects (#1313)
This commit is contained in:
parent
ea24056554
commit
f7189c0e0a
|
@ -1,4 +1,4 @@
|
|||
# autofill-parser [](https://bintray.com/android-password-store/autofill-parser/autofill-parser/_latestVersion)
|
||||
# autofill-parser [](https://search.maven.org/search?q=g:%22com.github.android-password-store%22%20AND%20a:%22autofill-parser%22)
|
||||
|
||||
Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.
|
||||
|
||||
|
@ -6,6 +6,6 @@ Android library to enable efficient usage of the Autofill capabilities introduce
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
|
||||
implementation("com.github.android-password-store:autofill-parser:<latest-version>")
|
||||
}
|
||||
```
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# openpgp-ktx [](https://bintray.com/android-password-store/openpgp-ktx/openpgp-ktx/_latestVersion)
|
||||
# openpgp-ktx [](https://search.maven.org/search?q=g:%22com.github.android-password-store%22%20AND%20a:%22openpgp-ktx%22)
|
||||
|
||||
Reimplementation of [OpenKeychain]'s integration library [openpgp-api]. Written entirely in Kotlin, it leverages Jetpack to be compatible with modern apps, unlike the original library.
|
||||
|
||||
|
@ -6,7 +6,7 @@ Reimplementation of [OpenKeychain]'s integration library [openpgp-api]. Written
|
|||
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation("com.github.androidpasswordstore:openpgp-ktx:<latest-version>")
|
||||
implementation("com.github.android-password-store:openpgp-ktx:<latest-version>")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue