From a0473fdb553a3811e4f39ca362562196474ceb5e Mon Sep 17 00:00:00 2001 From: JongChern Date: Mon, 1 Apr 2024 14:57:00 +0800 Subject: [PATCH] uprev --- .../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 f3dcbd5e..5bb73d43 100644 --- a/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle +++ b/ShimmerAndroidInstrumentDriver/ShimmerAndroidInstrumentDriver/build.gradle @@ -78,7 +78,7 @@ publishing { bar(MavenPublication) { groupId = 'com.shimmerresearch' // Replace with your package's group/organization name artifactId = 'shimmerandroidinstrumentdriver' // Replace with the name of your package - version = '3.0.83_beta' // Replace with your package version + version = '3.0.84_beta' // Replace with your package version artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar") } } diff --git a/ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle b/ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle index 667eec37..897e2f74 100644 --- a/ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle +++ b/ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:support-v4:+' androidTestImplementation 'com.android.support:support-annotations:25.3.1' - compile(group: 'com.shimmerresearch', name: 'shimmerandroidinstrumentdriver', version: '3.0.83_beta', ext: 'aar') + compile(group: 'com.shimmerresearch', name: 'shimmerandroidinstrumentdriver', version: '3.0.84_beta', ext: 'aar') implementation 'com.android.support.constraint:constraint-layout:1.0.2' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.1'