adding a proguard rule about canvas
This commit is contained in:
parent
a03701c4b9
commit
cff5949f94
|
@ -1,4 +1,5 @@
|
|||
-keep class com.simplemobiletools.** { *; }
|
||||
-dontwarn android.graphics.Canvas
|
||||
-dontwarn com.simplemobiletools.**
|
||||
-dontwarn org.apache.**
|
||||
|
||||
|
|
Loading…
Reference in New Issue