mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
adding a new proguard rule for renderscript
This commit is contained in:
parent
124a8e1a4e
commit
f2d4d81d1b
1 changed files with 6 additions and 0 deletions
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
@ -12,3 +12,9 @@
|
|||
-keepclassmembers class * implements android.os.Parcelable {
|
||||
static ** CREATOR;
|
||||
}
|
||||
|
||||
# RenderScript
|
||||
-keepclasseswithmembernames class * {
|
||||
native <methods>;
|
||||
}
|
||||
-keep class androidx.renderscript.** { *; }
|
||||
|
|
Loading…
Reference in a new issue