From c06cbcd9a14459e1378d41c7507219dcf6d1c333 Mon Sep 17 00:00:00 2001 From: OrenZak Date: Thu, 6 Sep 2018 16:02:33 +0300 Subject: [PATCH] update sdk version to 0.1.1 --- README.md | 2 +- app/build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6761e9d2..ab4107eb 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ The Sample App Gradle build loads the ```credential.properties``` setting and us ```groovy dependencies { ... - implementation 'com.github.kinfoundation:kin-ecosystem-android-sdk:0.1.0 + implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:0.1.1 } ``` diff --git a/app/build.gradle b/app/build.gradle index 4710f8ef..b8456f2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':sdk') -// implementation 'com.github.kinfoundation:kin-ecosystem-android-sdk:0.1.0' +// implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:0.1.1' implementation 'io.jsonwebtoken:jjwt:0.9.0' implementation 'com.android.support:appcompat-v7:26.1.0' diff --git a/gradle.properties b/gradle.properties index b1f5701e..eb58703d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m SAMPLE_VERSION_NAME=0.0.47 -KIN_ECOSYSTEM_SDK_VERSION_NAME=0.1.0 +KIN_ECOSYSTEM_SDK_VERSION_NAME=0.1.1 KIN_ECOSYSTEM_CORE_VERSION_NAME=0.0.2