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

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

Update review stuff

parent dc45d841
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ package com.owncloud.android.lib.common;
import org.parceler.Parcel;

/**
 * Created by mdjanic on 24/01/2017.
 * Quota data model
 */

@Parcel
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ package com.owncloud.android.lib.common;
import org.parceler.Parcel;

/**
 * Created by mdjanic on 24/01/2017.
 * User information data model
 */

@Parcel
+0 −2
Original line number Diff line number Diff line
@@ -49,8 +49,6 @@ public class OwnCloudVersion implements Comparable<OwnCloudVersion> {

    public static final int VERSION_8 = 0x08000000; // 8.0

    public static final int VERSION_12 = 0x12000000; //12

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

    public static final int MINIMUM_SELF_API = 0x11000200;