Skip to content

Commit d724615

Browse files
authored
fix(e2e): change test butler url (#327)
1 parent a4f3ed4 commit d724615

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ PODS:
185185
- React-cxxreact (= 0.63.4)
186186
- React-jsi (= 0.63.4)
187187
- React-jsinspector (0.63.4)
188-
- react-native-pager-view (5.1.2):
188+
- react-native-pager-view (5.1.3):
189189
- React-Core
190190
- react-native-safe-area-context (3.2.0):
191191
- React-Core
@@ -382,7 +382,7 @@ SPEC CHECKSUMS:
382382
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
383383
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
384384
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
385-
react-native-pager-view: c1ec84a464024641ccb1102e9ec12be020d3d74c
385+
react-native-pager-view: 08c5414c85f5e3bb35e57f6e72a81a567b9ee749
386386
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
387387
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
388388
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"android": "react-native run-android",
88
"ios": "react-native run-ios",
99
"start": "react-native start",
10-
"get:testbutler": "curl -f -o ./test-butler-app.apk https://linkedin.bintray.com/maven/com/linkedin/testbutler/test-butler-app/2.1.0/test-butler-app-2.1.0.apk",
10+
"get:testbutler": "curl -f -o ./test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apk",
1111
"detox:ios:build:release": "detox build -c ios.sim.release",
1212
"detox:ios:test:release": "detox test -c ios.sim.release",
1313
"detox:android:build:release": "detox build -c android.emu.release",

0 commit comments

Comments
 (0)