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

Commit 15649d60 authored by tibbi's avatar tibbi
Browse files

add sorting by number

parent cccf0227
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.2.5'
        propVersionName = '3.2.6'
        kotlin_version = '1.2.0'
        support_libs = '27.0.2'
    }
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ val SORT_BY_SIZE = 4
val SORT_BY_DATE_TAKEN = 8
val SORT_BY_EXTENSION = 16
val SORT_BY_PATH = 32
val SORT_BY_NUMBER = 64
val SORT_DESCENDING = 1024

// security