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 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZak committed Jul 7, 2019
1 parent ff35060 commit c0cf645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1'
//implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:1.2.0'
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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
SAMPLE_VERSION_NAME=0.2.2
SAMPLE_VERSION_NAME=0.2.3

KIN_ECOSYSTEM_SDK_VERSION_NAME=1.1.1
KIN_ECOSYSTEM_SDK_VERSION_NAME=1.2.0

KIN_ECOSYSTEM_BACKUP_VERSION_NAME=0.0.2

0 comments on commit c0cf645

Please sign in to comment.