Skip to content

Commit 31b7357

Browse files
ConnectRefuseError: removed the proxy from properties.gradle file to allow downloading of build tools during CI. (commons-app#5434)
* NearbyParentFragment : added referer In file NearbyParentFragment.java, I added header property, i.e., the referer - http://maps.wikimedia.org/ and set tile source to wikimedia. * Reworded comments * sdkmanager: added installation command for build-tools-30.0.3 * Revert "sdkmanager: added installation command for build-tools-30.0.3" This reverts commit b3e5019. * Update android.yml * Update gradle.properties * android.yml: removed extra debug commands Removed some debug commands because they are no longer needed. --------- Co-authored-by: Nicolas Raoul <[email protected]>
1 parent 908d3c4 commit 31b7357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ OKHTTP_VERSION=4.10.0
3131
MAPLIBRE_VERSION=10.0.1
3232
OSMDROID_VERSION=6.1.17
3333

34-
systemProp.http.proxyPort=0
35-
systemProp.http.proxyHost=
34+
#systemProp.http.proxyPort=0
35+
#systemProp.http.proxyHost=
3636
android.useAndroidX=true
3737
android.enableJetifier=true
3838
android.jetifier.ignorelist=bcprov-jdk15on

0 commit comments

Comments
 (0)