mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
update commons to 2.30.4
This commit is contained in:
parent
f859aabd6e
commit
8759de0227
2 changed files with 1 additions and 9 deletions
|
@ -37,7 +37,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.simplemobiletools:commons:2.30.1'
|
compile 'com.simplemobiletools:commons:2.30.4'
|
||||||
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.4.0'
|
compile 'com.theartofdev.edmodo:android-image-cropper:2.4.0'
|
||||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||||
|
|
8
app/proguard-rules.pro
vendored
8
app/proguard-rules.pro
vendored
|
@ -1,10 +1,2 @@
|
||||||
-keep class com.simplemobiletools.** { *; }
|
-keep class com.simplemobiletools.** { *; }
|
||||||
-dontwarn com.simplemobiletools.**
|
-dontwarn com.simplemobiletools.**
|
||||||
|
|
||||||
-renamesourcefileattribute SourceFile
|
|
||||||
-keepattributes SourceFile,LineNumberTable
|
|
||||||
|
|
||||||
-dontwarn com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
|
|
||||||
-dontwarn com.bumptech.glide.load.resource.bitmap.Downsampler
|
|
||||||
-dontwarn com.bumptech.glide.load.resource.bitmap.HardwareConfigState
|
|
||||||
-dontwarn com.bumptech.glide.manager.RequestManagerRetriever
|
|
||||||
|
|
Loading…
Reference in a new issue