This commit is contained in:
crimean 2019-01-09 22:32:56 +03:00
parent 6a6426265a
commit aef30955f1

View file

@ -233,7 +233,7 @@ public class DownloadActivityType {
}
public String getBaseUrl(OsmandApplication ctx, String fileName) {
String url = "http://" + IndexConstants.INDEX_DOWNLOAD_DOMAIN + "/download?event=2&"
String url = "https://" + IndexConstants.INDEX_DOWNLOAD_DOMAIN + "/download?event=2&"
+ Version.getVersionAsURLParam(ctx) + "&file=" + encode(fileName);
if(this == LIVE_UPDATES_FILE && fileName.length() > 16) {
// DATE_AND_EXT_STR_LEN = "_18_06_02.obf.gz".length()