diff --git a/app/build.gradle b/app/build.gradle index 19eef217..ab26221f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/gradle.properties b/gradle.properties index d28aee22..284d890f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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