[app] wikipedia uses letsencrypt, so that needs SDK >= 26

This commit is contained in:
Torsten Grote 2024-03-12 17:35:11 -03:00
parent 5d8e5e5849
commit fe86bf302f
No known key found for this signature in database
GPG Key ID: 3E5F77D92CF891FF
1 changed files with 0 additions and 1 deletions

View File

@ -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)
));