mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-20 14:57:15 -04:00
Merge branch 'allow-v1-for-swap' into 'master'
Allow v1 for swap repos See merge request fdroid/fdroidclient!1124
This commit is contained in:
@@ -104,11 +104,6 @@ public class IndexV1Updater extends IndexUpdater {
|
||||
*/
|
||||
@Override
|
||||
public boolean update() throws IndexUpdater.UpdateException {
|
||||
|
||||
if (repo.isSwap) {
|
||||
// swap repos do not support index-v1
|
||||
return false;
|
||||
}
|
||||
File destFile = null;
|
||||
Downloader downloader;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user