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

Commit 8784fd92 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

forgotten highestMaintenanceVersion

parent f29cb289
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -296,6 +296,7 @@ public class Utils {
        int deviceMaintenanceVersion = deviceVersionParts.length > 2 ? deviceVersionParts[2] : 0;
        int highestMajorVersion = deviceMajorVersion;
        int highestMinorVersion = deviceMinorVersion;
        int highestMaintenanceVersion = deviceMaintenanceVersion;
	    boolean hasUpdate = false;
        for (UpdateInfo update : newList) {
            if (isCompatible(update)) {