We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0819175 commit 5a7527fCopy full SHA for 5a7527f
.circleci/config.yml
@@ -315,9 +315,9 @@ commands:
315
adb shell ls -l /data/local/tmp/certs/$HASH.0
316
317
# Configure proxy settings
318
- adb shell settings put global http_proxy "localhost:8080"
+ adb shell settings put global http_proxy "localhost:8082"
319
adb shell settings put global global_http_proxy_host "localhost"
320
- adb shell settings put global global_http_proxy_port 8080
+ adb shell settings put global global_http_proxy_port 8082
321
322
# Verify proxy settings
323
echo "Verifying proxy settings..."
0 commit comments