mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-23 07:17:39 +01:00
adding a new proguard rule for renderscript
This commit is contained in:
parent
124a8e1a4e
commit
f2d4d81d1b
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
@ -12,3 +12,9 @@
|
|||||||
-keepclassmembers class * implements android.os.Parcelable {
|
-keepclassmembers class * implements android.os.Parcelable {
|
||||||
static ** CREATOR;
|
static ** CREATOR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# RenderScript
|
||||||
|
-keepclasseswithmembernames class * {
|
||||||
|
native <methods>;
|
||||||
|
}
|
||||||
|
-keep class androidx.renderscript.** { *; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user