mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-02 04:26:45 +01:00
adding a proguard rule about canvas
This commit is contained in:
parent
a03701c4b9
commit
cff5949f94
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
@ -1,4 +1,5 @@
|
|||||||
-keep class com.simplemobiletools.** { *; }
|
-keep class com.simplemobiletools.** { *; }
|
||||||
|
-dontwarn android.graphics.Canvas
|
||||||
-dontwarn com.simplemobiletools.**
|
-dontwarn com.simplemobiletools.**
|
||||||
-dontwarn org.apache.**
|
-dontwarn org.apache.**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user