mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-24 08:25:00 -04:00
Revert "Revert "Allow v1 for swap repos""
This reverts commit b1aa5f6aa2.
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