File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ dependencies {
97
97
implementation project(' :react-native-webview' )
98
98
99
99
androidTestImplementation(project(path : ' :detox' ))
100
- androidTestImplementation ' com.linkedin.testbutler:test-butler-library:2.1.0 '
101
- androidTestUtil ' com.linkedin.testbutler:test-butler-app:2.1.0 '
100
+ androidTestImplementation ' com.linkedin.testbutler:test-butler-library:2.2.1 '
101
+ androidTestUtil ' com.linkedin.testbutler:test-butler-app:2.2.1 '
102
102
}
103
103
104
104
if (rnInfo. isRN60OrHigher) {
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ function resolveSelectedConfiguration() {
8
8
}
9
9
10
10
function downloadTestButlerAPKIfNeeded ( ) {
11
- const version = '2.1.0 ' ;
12
- const artifactUrl = `https://linkedin.bintray.com/maven /com/linkedin/testbutler/test-butler-app/${ version } /test-butler-app-${ version } .apk` ;
13
- const filePath = ' ./cache/test-butler-app.apk' ;
11
+ const version = '2.2.1 ' ;
12
+ const artifactUrl = `https://repo1.maven.org/maven2 /com/linkedin/testbutler/test-butler-app/${ version } /test-butler-app-${ version } .apk` ;
13
+ const filePath = ` ./cache/test-butler-app.apk` ;
14
14
fs . ensureDirSync ( './cache' ) ;
15
15
if ( ! fs . existsSync ( filePath ) ) {
16
- console . log ( ' \nDownloading Test-Butler APK...' ) ;
16
+ console . log ( ` \nDownloading Test-Butler APK v ${ version } ...` ) ;
17
17
execSync ( `curl -f -o ${ filePath } ${ artifactUrl } ` ) ;
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments