adding some Reprint related proguard rule
This commit is contained in:
parent
ff6726b476
commit
53448f8915
|
@ -18,3 +18,6 @@
|
||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
-keep class androidx.renderscript.** { *; }
|
-keep class androidx.renderscript.** { *; }
|
||||||
|
|
||||||
|
# Reprint
|
||||||
|
-keep class com.github.ajalt.reprint.module.** { *; }
|
||||||
|
|
Loading…
Reference in New Issue