From 7e905bd948f4bbfc73c307e1811c9b5e69a115c2 Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Thu, 26 Dec 2019 21:36:03 +0100 Subject: [PATCH] Readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38dde37..37e22d1 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ More to come. #### Gradle ```kotlin -implementation("com.ionspin.kotlin:crypto:0.0.2") +implementation("com.ionspin.kotlin:multiplatform-crypto:0.0.2") ``` #### Snapshot builds @@ -60,7 +60,7 @@ repositories { url = uri("https://oss.sonatype.org/content/repositories/snapshots") } } -implementation("com.ionspin.kotlin:crypto:0.0.3-SNAPSHOT") +implementation("com.ionspin.kotlin:multiplatform-crypto:0.0.3-SNAPSHOT") ```