update Commons to 2.29.17 to update Glide to 4.2.0

This commit is contained in:
tibbi 2017-10-18 17:33:43 +02:00
parent f6b220d0b8
commit e9cc985206
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ android {
}
dependencies {
compile 'com.simplemobiletools:commons:2.29.11'
compile 'com.simplemobiletools:commons:2.29.17'
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
compile 'com.theartofdev.edmodo:android-image-cropper:2.4.0'
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'

View File

@ -16,6 +16,7 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
}
}