adding some Reprint related proguard rule

This commit is contained in:
tibbi 2021-10-09 18:30:59 +02:00
parent ff6726b476
commit 53448f8915
1 changed files with 3 additions and 0 deletions

View File

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