From 997008f124528fb5a0023e0e5426de0158dd130f Mon Sep 17 00:00:00 2001 From: Ethan M Date: Tue, 5 Sep 2023 00:27:16 -0400 Subject: [PATCH] Remove proxy from gradle.properties --- gradle.properties | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gradle.properties b/gradle.properties index 05c444e..466e101 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,15 +22,3 @@ kotlin.code.style=official android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false - -# TetherFi -systemProp.http.proxyHost=192.168.49.1 -systemProp.http.proxyPort=8282 -systemProp.http.proxyUser=userid -systemProp.http.proxyPassword=password -systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost -systemProp.https.proxyHost=192.168.49.1 -systemProp.https.proxyPort=8282 -systemProp.https.proxyUser=userid -systemProp.https.proxyPassword=password -systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost \ No newline at end of file