mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
update commons to 2.5.18
This commit is contained in:
parent
82bd634830
commit
3cd3f70433
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ android {
|
|||
applicationId "com.simplemobiletools.gallery"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 69
|
||||
versionCode 70
|
||||
versionName "2.3.8"
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.simplemobiletools:commons:2.5.15'
|
||||
compile 'com.simplemobiletools:commons:2.5.18'
|
||||
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
|
||||
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
|
||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||
|
|
Loading…
Reference in a new issue