2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-22 03:09:48 +02:00

adding some Reprint related proguard rule

This commit is contained in:
tibbi 2021-10-09 18:30:59 +02:00
parent ff6726b476
commit 53448f8915

View file

@ -18,3 +18,6 @@
native <methods>;
}
-keep class androidx.renderscript.** { *; }
# Reprint
-keep class com.github.ajalt.reprint.module.** { *; }