From cc01115ece9c9e64d27bf3806f9958431007f6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Wed, 12 Nov 2025 18:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=90=88=E4=B9=8B=E5=89=8D=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=8E=92=E7=89=88=E6=88=91=E7=9A=84?= =?UTF-8?q?=E9=92=B1=E5=8C=85=E9=83=A8=E5=88=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 866f13a..ae6863d 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m android.useAndroidX=true android.enableJetifier=true - -systemProp.http.proxyHost=127.0.0.1 -systemProp.http.proxyPort=10810 -systemProp.https.proxyHost=127.0.0.1 -systemProp.https.proxyPort=10810 \ No newline at end of file +# +#systemProp.http.proxyHost=127.0.0.1 +#systemProp.http.proxyPort=10810 +#systemProp.https.proxyHost=127.0.0.1 +#systemProp.https.proxyPort=10810 \ No newline at end of file