From cf245b0df8ed90143486bf51ec2021c0a287f382 Mon Sep 17 00:00:00 2001 From: gongduoxiang Date: Thu, 18 Jul 2024 18:19:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E4=BA=9B=E6=9C=AC=E5=9C=B0=E7=9A=84?= =?UTF-8?q?=E4=B8=9C=E8=A5=BF=E4=B8=8D=E5=8E=BB=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6f233b2b9..660a19276 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,6 +24,6 @@ android.nonTransitiveRClass=false systemProp.http.proxyHost=127.0.0.1 systemProp.https.proxyHost=127.0.0.1 -systemProp.https.proxyPort=10809 -systemProp.http.proxyPort=10809 +systemProp.https.proxyPort=7890 +systemProp.http.proxyPort=7890 android.enableR8.fullMode=true \ No newline at end of file