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

Unverified Commit 1e7decc0 authored by Mario Danic's avatar Mario Danic Committed by AndyScherzinger
Browse files

Fix a version typo

parent d4cde06a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ public class OwnCloudVersion implements Comparable<OwnCloudVersion> {

    public static final int MINIMUM_VERSION_CAPABILITIES_API = 0x08010000; // 8.1

    public static final int MINIMUM_SELF_API = 0x11000200;
    public static final int MINIMUM_SELF_API = 0x0B000200;
    
    private static final int MAX_DOTS = 3;