Skip to content

Commit 6cfce0a

Browse files
authored
Merge pull request #93 from ShimmerEngineering/DEV-282
DEV-282 Update build.gradle
2 parents c24cd04 + 7f8bf46 commit 6cfce0a

File tree

1 file changed

+1
-1
lines changed
  • ShimmerAndroidInstrumentDriver/shimmerBasicExample

1 file changed

+1
-1
lines changed

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-
implementation(group: 'com.shimmerresearch', name: 'shimmerandroidinstrumentdriver', version: '3.2.1_beta', ext: 'aar')
53+
implementation(group: 'com.shimmerresearch', name: 'shimmerandroidinstrumentdriver', version: '3.2.2_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)