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

Commit

Permalink
Merge pull request #318 from kinecosystem/ECO/update_sdk_version_1_1_1
Browse files Browse the repository at this point in the history
update sdk version to 1.1.1
  • Loading branch information
OrenZak authored Jun 6, 2019
2 parents c448002 + b4ca2b9 commit 1e50903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':sdk')

//implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:1.1.0'
//implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:1.1.1'
implementation 'io.jsonwebtoken:jjwt:0.9.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true
SAMPLE_VERSION_NAME=0.2.1

KIN_ECOSYSTEM_SDK_VERSION_NAME=1.1.0
KIN_ECOSYSTEM_SDK_VERSION_NAME=1.1.1

KIN_ECOSYSTEM_BACKUP_VERSION_NAME=0.0.2

0 comments on commit 1e50903

Please sign in to comment.