mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
adding a new proguard rule for renderscript
This commit is contained in:
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.** { *; }
|
||||||
|
Reference in New Issue
Block a user