Skip to content

Commit 02c03d7

Browse files
author
jyong15
committed
# Conflicts: # ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver-ShimmerAndroidInstrumentDriver.iml
2 parents f745704 + 2a7ca07 commit 02c03d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'maven-publish'
66
apply plugin: 'com.jfrog.bintray'
77

8-
version = '3.0.36Beta'
8+
version = '3.0.39Beta'
99

1010
android {
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'

0 commit comments

Comments
 (0)