File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55apply plugin : ' maven-publish'
66apply plugin : ' com.jfrog.bintray'
77
8- version = ' 3.0.36Beta '
8+ version = ' 3.0.39Beta '
99
1010android {
1111 compileSdkVersion 25
@@ -89,13 +89,13 @@ dependencies {
8989 compile files(' libs/AndroidBluetoothLibrary.jar' )
9090 compile files(' libs/androidplot-core-0.5.0-release.jar' )
9191 // compile files('libs/ShimmerDriverML.jar')
92- compile (' com.shimmerresearch.managers.bluetoothmanager:ShimmerBluetoothManager:0.9.21beta ' ) {
92+ compile (' com.shimmerresearch.managers.bluetoothmanager:ShimmerBluetoothManager:0.9.22beta ' ) {
9393 // excluding org.json which is provided by Android
9494 exclude group : ' io.netty'
9595 exclude group : ' com.google.protobuf'
9696 exclude group : ' org.apache.commons.math'
9797 }
98- compile (' com.shimmerresearch.driver:ShimmerDriver:0.9.20beta ' ) {
98+ compile (' com.shimmerresearch.driver:ShimmerDriver:0.9.22beta ' ) {
9999 // excluding org.json which is provided by Android
100100 exclude group : ' io.netty'
101101 exclude group : ' com.google.protobuf'
You can’t perform that action at this time.
0 commit comments