mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-27 08:17:53 -05:00
[app] wikipedia uses letsencrypt, so that needs SDK >= 26
This commit is contained in:
@@ -59,7 +59,6 @@ public class HttpDownloaderTest {
|
||||
// domains that use Let's Encrypt won't work on Android 7.1 and older
|
||||
// https://gitlab.com/fdroid/fdroidclient/-/issues/2102
|
||||
tempUrls = new ArrayList<>(Arrays.asList(
|
||||
new Pair<>("https://en.wikipedia.org", "/wiki/Index.html"),
|
||||
new Pair<>("https://ftp.fau.de/fdroid/repo/", IndexV1UpdaterKt.SIGNED_FILE_NAME),
|
||||
new Pair<>("https://ftp.gwdg.de/pub/android/fdroid/repo/", IndexV1UpdaterKt.SIGNED_FILE_NAME)
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user