From f59fc2685e52b1eab7c5f191397de309e167d72d Mon Sep 17 00:00:00 2001 From: peergine-admin Date: Fri, 25 Oct 2019 16:14:09 +0800 Subject: [PATCH] Update gradle.properties systemProp.https.proxyHost --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3004cc898..8204cd203 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,10 +13,10 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true #Mon Jan 23 10:16:46 CST 2017 -systemProp.https.proxyPort=1080 -systemProp.http.proxyHost=127.0.0.1 +#systemProp.https.proxyPort=1080 +#systemProp.http.proxyHost=127.0.0.1 org.gradle.jvmargs=-Xms8192m -Xmx8192m -Dfile.encoding=UTF-8 -systemProp.https.proxyHost=127.0.0.1 -systemProp.http.proxyPort=1080 +#systemProp.https.proxyHost=127.0.0.1 +#systemProp.http.proxyPort=1080 android.useAndroidX=true android.enableJetifier=true