Skip to content

Commit 39e031d

Browse files
committed
Upgrade McuMgr vers; Upgrade deps
1 parent 3459223 commit 39e031d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
}
1919

2020
ext {
21-
mcuMgrVersion = "0.5.1"
21+
mcuMgrVersion = "0.6.0"
2222
}
2323

2424
allprojects {

mcumgr-android-lib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
minSdkVersion 21
1717
targetSdkVersion 27
1818
versionCode 1
19-
versionName "0.5.5"
19+
versionName mcuMgrVersion
2020

2121
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2222
}
@@ -39,9 +39,9 @@ dependencies {
3939
testImplementation 'junit:junit:4.12'
4040

4141
implementation 'com.android.support:appcompat-v7:27.1.1'
42-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.5'
43-
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.5'
44-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
42+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.6'
43+
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6'
44+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
4545
}
4646

4747
// build a jar with source files

0 commit comments

Comments
 (0)