Skip to content

Commit 5a7527f

Browse files
committed
fix: change mitm proxy port
1 parent 0819175 commit 5a7527f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ commands:
315315
adb shell ls -l /data/local/tmp/certs/$HASH.0
316316
317317
# Configure proxy settings
318-
adb shell settings put global http_proxy "localhost:8080"
318+
adb shell settings put global http_proxy "localhost:8082"
319319
adb shell settings put global global_http_proxy_host "localhost"
320-
adb shell settings put global global_http_proxy_port 8080
320+
adb shell settings put global global_http_proxy_port 8082
321321
322322
# Verify proxy settings
323323
echo "Verifying proxy settings..."

0 commit comments

Comments
 (0)