update commons to 2.13.5
This commit is contained in:
parent
c4586df3b8
commit
e9b4291c88
2 changed files with 1 additions and 8 deletions
|
@ -32,7 +32,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.simplemobiletools:commons:2.13.4'
|
||||
compile 'com.simplemobiletools:commons:2.13.5'
|
||||
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
|
||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||
compile 'com.google.code.gson:gson:2.8.0'
|
||||
|
|
|
@ -22,13 +22,6 @@ val INCLUDED_FOLDERS = "included_folders"
|
|||
|
||||
val NOMEDIA = ".nomedia"
|
||||
|
||||
// sorting
|
||||
val SORT_BY_NAME = 1
|
||||
val SORT_BY_DATE_MODIFIED = 2
|
||||
val SORT_BY_SIZE = 4
|
||||
val SORT_BY_DATE_TAKEN = 8
|
||||
val SORT_DESCENDING = 1024
|
||||
|
||||
val DIRECTORY = "directory"
|
||||
val MEDIUM = "medium"
|
||||
val GET_IMAGE_INTENT = "get_image_intent"
|
||||
|
|
Loading…
Reference in a new issue