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

Commit e3c51c24 authored by Mario Đanić's avatar Mario Đanić Committed by GitHub
Browse files

Merge pull request #40 from nextcloud/fix-a-typo

Fix a version typo
parents d4cde06a 1e7decc0
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;