File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
1818}
1919
2020ext {
21- mcuMgrVersion = " 0.5.1 "
21+ mcuMgrVersion = " 0.6.0 "
2222}
2323
2424allprojects {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments