mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
adding some Reprint related proguard rule
This commit is contained in:
parent
ff6726b476
commit
53448f8915
1 changed files with 3 additions and 0 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
@ -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 a new issue