update commons to 2.16.1

This commit is contained in:
tibbi 2017-04-07 20:41:45 +02:00
parent c96af5743e
commit b9baa182cb
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ android {
}
dependencies {
compile 'com.simplemobiletools:commons:2.15.3'
compile 'com.simplemobiletools:commons:2.16.1'
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'

View file

@ -4,6 +4,6 @@
<color name="crop_image_view_background">#BB000000</color>
<!-- Default colors -->
<color name="default_text_color">@color/default_text_color_dark_theme</color>
<color name="default_background_color">@color/default_background_color_dark_theme</color>
<color name="default_text_color">@color/default_dark_theme_text_color</color>
<color name="default_background_color">@color/default_dark_theme_background_color</color>
</resources>