Merge branch 'master' into gh123man/addOneFingerZoomSetting

This commit is contained in:
Brian Floersch
2018-01-14 18:04:51 -05:00
3 changed files with 9 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.simplemobiletools.gallery"
minSdkVersion 16
targetSdkVersion 27
versionCode 155
versionName "3.2.2"
versionCode 156
versionName "3.2.3"
multiDexEnabled true
setProperty("archivesBaseName", "gallery")
}
@@ -42,7 +42,7 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:3.6.15'
implementation 'com.simplemobiletools:commons:3.7.2'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.0'
implementation 'com.android.support:multidex:1.0.2'
implementation 'com.google.code.gson:gson:2.8.2'