Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConnectRefuseError: removed the proxy from properties.gradle file to allow downloading of build tools during CI. #5434

Merged
merged 9 commits into from
Jan 14, 2024
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ OKHTTP_VERSION=4.10.0
MAPLIBRE_VERSION=10.0.1
OSMDROID_VERSION=6.1.17

systemProp.http.proxyPort=0
systemProp.http.proxyHost=
#systemProp.http.proxyPort=0
#systemProp.http.proxyHost=
android.useAndroidX=true
android.enableJetifier=true
android.jetifier.ignorelist=bcprov-jdk15on
Expand Down