From f7189c0e0a43421202069cadbba6c5ed3d2554a6 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 9 Feb 2021 11:03:28 +0530 Subject: Update Maven coordinates for library projects (#1313) --- openpgp-ktx/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openpgp-ktx') diff --git a/openpgp-ktx/README.md b/openpgp-ktx/README.md index 2ee2ef00..a5b27b0f 100644 --- a/openpgp-ktx/README.md +++ b/openpgp-ktx/README.md @@ -1,4 +1,4 @@ -# openpgp-ktx [![Download](https://api.bintray.com/packages/android-password-store/openpgp-ktx/openpgp-ktx/images/download.svg)](https://bintray.com/android-password-store/openpgp-ktx/openpgp-ktx/_latestVersion) +# openpgp-ktx [![Maven Central](https://img.shields.io/maven-central/v/com.github.android-password-store/openpgp-ktx.svg?label=Maven%20Central)](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:") + implementation("com.github.android-password-store:openpgp-ktx:") } ``` -- cgit v1.2.3