Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
update sdk version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZak committed Sep 6, 2018
1 parent 6fcde2e commit c06cbcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
}
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -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

Expand Down

0 comments on commit c06cbcd

Please sign in to comment.