diff --git a/app/build.gradle b/app/build.gradle index 825b06a02..df7b69e08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b2691ade2..a9c0f371b 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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