updating commons and subsampling

This commit is contained in:
tibbi 2019-10-13 15:56:27 +02:00
parent 11fe03af8a
commit 1875dd8017

View file

@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.18.7'
implementation 'com.simplemobiletools:commons:5.18.11'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'it.sephiroth.android.exif:library:1.0.1'
@ -76,7 +76,7 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.caverock:androidsvg-aar:1.3'
implementation 'com.github.tibbi:gestureviews:a2208ce9d9'
implementation 'com.github.tibbi:subsampling-scale-image-view:7810989016'
implementation 'com.github.tibbi:subsampling-scale-image-view:4f032440aa'
kapt 'com.github.bumptech.glide:compiler:4.10.0'