Skip to content

Commit

Permalink
Upgrade McuMgr vers; Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikakapade committed Jul 2, 2018
1 parent 3459223 commit 39e031d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}

ext {
mcuMgrVersion = "0.5.1"
mcuMgrVersion = "0.6.0"
}

allprojects {
Expand Down
8 changes: 4 additions & 4 deletions mcumgr-android-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 1
versionName "0.5.5"
versionName mcuMgrVersion

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand All @@ -39,9 +39,9 @@ dependencies {
testImplementation 'junit:junit:4.12'

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.5'
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.5'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.6'
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
}

// build a jar with source files
Expand Down

0 comments on commit 39e031d

Please sign in to comment.