Skip to content

Commit

Permalink
remove proxy configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuS1aN committed Mar 4, 2024
1 parent 382324f commit aef197e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
systemProp.http.nonProxyHosts=192.168.*
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=10800
systemProp.https.nonProxyHosts=192.168.*
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=10800
android.nonFinalResIds=false

0 comments on commit aef197e

Please sign in to comment.