Skip to content

Commit 93c763c

Browse files
authored
Merge pull request #73 from ShimmerEngineering/AA-279
uprev
2 parents c01629a + a0473fd commit 93c763c

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
@@ -78,7 +78,7 @@ publishing {
7878
bar(MavenPublication) {
7979
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
8080
artifactId = 'shimmerandroidinstrumentdriver' // Replace with the name of your package
81-
version = '3.0.83_beta' // Replace with your package version
81+
version = '3.0.84_beta' // Replace with your package version
8282
artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar")
8383
}
8484
}

ShimmerAndroidInstrumentDriver/shimmerBasicExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation fileTree(dir: 'libs', include: ['*.jar'])
5151
implementation 'com.android.support:support-v4:+'
5252
androidTestImplementation 'com.android.support:support-annotations:25.3.1'
53-
compile(group: 'com.shimmerresearch', name: 'shimmerandroidinstrumentdriver', version: '3.0.83_beta', ext: 'aar')
53+
compile(group: 'com.shimmerresearch', name: 'shimmerandroidinstrumentdriver', version: '3.0.84_beta', ext: 'aar')
5454
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
5555
testImplementation 'junit:junit:4.12'
5656
androidTestImplementation 'com.android.support.test:runner:1.0.1'

0 commit comments

Comments
 (0)