fix: 移除gradle.properties中的本地代理配置

This commit is contained in:
LukeMackin
2026-07-20 13:37:03 +08:00
parent 27633376c4
commit 8bffc389c8

View File

@@ -54,7 +54,3 @@ EX_DEV_CLIENT_NETWORK_INSPECTOR=true
# Use legacy packaging to compress native libraries in the resulting APK.
expo.useLegacyPackaging=false
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=10808
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=10808