Skip to content

Commit ba8b8fe

Browse files
authored
Merge pull request #36 from ShimmerEngineering/AndroidAPI_v3.0.72Beta
Uprev to 3.0.72Beta
2 parents b22dcd9 + 7ff38a3 commit ba8b8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.jfrog.artifactory'
66
apply plugin: 'maven-publish'
77

8-
version = '3.0.71Beta'
8+
version = '3.0.72Beta'
99

1010
android {
1111
compileSdkVersion 25

ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation fileTree(dir: 'libs', include: ['*.jar'])
4646

4747
androidTestCompile 'com.android.support:support-annotations:25.3.1'
48-
compile(group: 'com.shimmersensing', name: 'ShimmerAndroidInstrumentDriver', version: '3.0.71Beta', ext: 'aar')
48+
compile(group: 'com.shimmersensing', name: 'ShimmerAndroidInstrumentDriver', version: '3.0.72Beta', ext: 'aar')
4949
implementation (group: 'com.shimmersensing', name: 'ShimmerBluetoothManager', version:'0.9.42beta'){
5050
// excluding org.json which is provided by Android
5151
exclude group: 'io.netty'

0 commit comments

Comments
 (0)