update commons to 2.30.4
This commit is contained in:
parent
f859aabd6e
commit
8759de0227
|
@ -37,7 +37,7 @@ android {
|
|||
}
|
||||
|
||||
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.theartofdev.edmodo:android-image-cropper:2.4.0'
|
||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||
|
|
|
@ -1,10 +1,2 @@
|
|||
-keep class 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 New Issue