do not obfuscate exceptions
This commit is contained in:
parent
7a5677ea34
commit
9378f3ad2d
2 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
propMinSdkVersion = 16
|
propMinSdkVersion = 16
|
||||||
propTargetSdkVersion = propCompileSdkVersion
|
propTargetSdkVersion = propCompileSdkVersion
|
||||||
propVersionCode = 1
|
propVersionCode = 1
|
||||||
propVersionName = '3.3.0'
|
propVersionName = '3.3.1'
|
||||||
kotlin_version = '1.2.10'
|
kotlin_version = '1.2.10'
|
||||||
support_libs = '27.0.2'
|
support_libs = '27.0.2'
|
||||||
}
|
}
|
||||||
|
|
2
commons/proguard-rules.pro
vendored
2
commons/proguard-rules.pro
vendored
|
@ -5,3 +5,5 @@
|
||||||
-dontwarn com.bumptech.glide.load.resource.bitmap.Downsampler
|
-dontwarn com.bumptech.glide.load.resource.bitmap.Downsampler
|
||||||
-dontwarn com.bumptech.glide.load.resource.bitmap.HardwareConfigState
|
-dontwarn com.bumptech.glide.load.resource.bitmap.HardwareConfigState
|
||||||
-dontwarn com.bumptech.glide.manager.RequestManagerRetriever
|
-dontwarn com.bumptech.glide.manager.RequestManagerRetriever
|
||||||
|
|
||||||
|
-keep public class * extends java.lang.Exception
|
||||||
|
|
Loading…
Reference in a new issue