Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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' } Loading commons/src/main/kotlin/com/simplemobiletools/commons/helpers/Constants.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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' } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/helpers/Constants.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading