Remove proxy from gradle.properties

This commit is contained in:
Ethan M 2023-09-05 00:27:16 -04:00 committed by GitHub
parent 8dbed6b927
commit 997008f124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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