From 7ff38a3b961744d5ac8a43a3ca981db3848c65c7 Mon Sep 17 00:00:00 2001 From: jyong15 Date: Thu, 28 Oct 2021 12:46:19 +0800 Subject: [PATCH] Uprev to 3.0.72Beta --- .../ShimmerAndroidInstrumentDriver/build.gradle | 2 +- ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle b/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle index ded92b62..7f035ecd 100644 --- a/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle +++ b/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.artifactory' apply plugin: 'maven-publish' -version = '3.0.71Beta' +version = '3.0.72Beta' android { compileSdkVersion 25 diff --git a/ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle b/ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle index 5d13d15b..e231b57c 100644 --- a/ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle +++ b/ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile 'com.android.support:support-annotations:25.3.1' - compile(group: 'com.shimmersensing', name: 'ShimmerAndroidInstrumentDriver', version: '3.0.71Beta', ext: 'aar') + compile(group: 'com.shimmersensing', name: 'ShimmerAndroidInstrumentDriver', version: '3.0.72Beta', ext: 'aar') implementation (group: 'com.shimmersensing', name: 'ShimmerBluetoothManager', version:'0.9.42beta'){ // excluding org.json which is provided by Android exclude group: 'io.netty'