From 276a8bd3243142bc39fd34434b009c9d3c462bc5 Mon Sep 17 00:00:00 2001 From: jiqiu2021 Date: Wed, 25 Jun 2025 22:40:13 +0800 Subject: [PATCH] fix: rm proxy ports --- gradle.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 391a165..53682c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,3 @@ android.useAndroidX=true android.enableJetifier=true # Fix TLS handshake issues systemProp.https.protocols=TLSv1.2,TLSv1.3 -systemProp.http.proxyHost= -systemProp.http.proxyPort= -systemProp.https.proxyHost= -systemProp.https.proxyPort=