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 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
YohayBar committed Jul 19, 2018
1 parent 0c0dd7a commit 50742ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
# run tests!
- run:
name: Build And Test
command: ./gradlew assembleDebug -Pandroid.buildOnlyTargetAbi=false -Pcircleci test
command: ./gradlew assemble -Pandroid.buildOnlyTargetAbi=false -Pcircleci test
# Store APK
- store_artifacts:
path: app/build/outputs/apk/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -125,7 +125,7 @@ The Sample App Gradle build loads the ```credential.properties``` setting and us
```
dependencies {
...
implementation 'com.github.kinfoundation:kin-ecosystem-android-sdk:0.0.10
implementation 'com.github.kinfoundation:kin-ecosystem-android-sdk:0.0.11
}
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

api project(':kin-ecosystem-sdk')
//implementation 'com.github.kinfoundation:kin-ecosystem-android-sdk:0.0.10'
//implementation 'com.github.kinfoundation:kin-ecosystem-android-sdk:0.0.11'
implementation 'io.jsonwebtoken:jjwt:0.9.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.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.35

KIN_ECOSYSTEM_SDK_VERSION_NAME=0.0.10
KIN_ECOSYSTEM_SDK_VERSION_NAME=0.0.11

KIN_ECOSYSTEM_CORE_VERSION_NAME=0.0.1

0 comments on commit 50742ed

Please sign in to comment.