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 #260 from kinecosystem/ECO/update_version_0_4_0
Browse files Browse the repository at this point in the history
update to version 0.4.0
  • Loading branch information
YohayBar committed Jan 24, 2019
2 parents 8af0b55 + 95e4d40 commit 94f5f83
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 @@ -131,7 +131,7 @@ RS512_PRIVATE_KEY="YOUR_RS512_PRIVATE_KEY" // Used only for sample app, for prod
```groovy
dependencies {
...
implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:0.3.1'
implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:0.4.0'
}
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -88,7 +88,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':sdk')

//implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:0.3.1'
//implementation 'com.github.kinfoundation.kin-ecosystem-android-sdk:sdk:0.4.0'


implementation 'io.jsonwebtoken:jjwt:0.9.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m

SAMPLE_VERSION_NAME=0.0.80

KIN_ECOSYSTEM_SDK_VERSION_NAME=0.3.1
KIN_ECOSYSTEM_SDK_VERSION_NAME=0.4.0

KIN_ECOSYSTEM_BACKUP_VERSION_NAME=0.0.2

0 comments on commit 94f5f83

Please sign in to comment.