2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-21 02:44:00 +02:00

adding a proguard rule about canvas

This commit is contained in:
tibbi 2018-09-05 22:13:18 +02:00
parent a03701c4b9
commit cff5949f94

View file

@ -1,4 +1,5 @@
-keep class com.simplemobiletools.** { *; }
-dontwarn android.graphics.Canvas
-dontwarn com.simplemobiletools.**
-dontwarn org.apache.**