Skip to content

Commit

Permalink
Remove proxy from gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
threethan authored Sep 5, 2023
1 parent 8dbed6b commit 997008f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 997008f

Please sign in to comment.