Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66a0637e authored by Romain Hunault's avatar Romain Hunault 💻 Committed by Romain Hunault
Browse files

Fix syntax issue

parent a291ff1f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ public class Utils {
        return (SystemProperties.getBoolean(Constants.PROP_UPDATER_ALLOW_DOWNGRADING, false) ||
                update.getTimestamp() > SystemProperties.getLong(Constants.PROP_BUILD_DATE, 0) ||
                update.getAndroidVersion().equals(SystemProperties.get(Constants.PROP_BUILD_ANDROID_VERSION));
);
    }

    public static List<UpdateInfo> parseJson(File file, boolean compatibleOnly)