do not obfuscate exceptions

This commit is contained in:
tibbi 2017-12-19 08:53:04 +01:00
parent 7a5677ea34
commit 9378f3ad2d
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@ buildscript {
propMinSdkVersion = 16
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '3.3.0'
propVersionName = '3.3.1'
kotlin_version = '1.2.10'
support_libs = '27.0.2'
}

View file

@ -5,3 +5,5 @@
-dontwarn com.bumptech.glide.load.resource.bitmap.Downsampler
-dontwarn com.bumptech.glide.load.resource.bitmap.HardwareConfigState
-dontwarn com.bumptech.glide.manager.RequestManagerRetriever
-keep public class * extends java.lang.Exception