mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 13:08:00 +01:00
update commons to 2.16.1
This commit is contained in:
parent
c96af5743e
commit
b9baa182cb
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
|
||||||
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
|
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
|
||||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
<color name="crop_image_view_background">#BB000000</color>
|
<color name="crop_image_view_background">#BB000000</color>
|
||||||
|
|
||||||
<!-- Default colors -->
|
<!-- Default colors -->
|
||||||
<color name="default_text_color">@color/default_text_color_dark_theme</color>
|
<color name="default_text_color">@color/default_dark_theme_text_color</color>
|
||||||
<color name="default_background_color">@color/default_background_color_dark_theme</color>
|
<color name="default_background_color">@color/default_dark_theme_background_color</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue