adding a new proguard rule for renderscript

This commit is contained in:
tibbi 2020-01-03 19:17:07 +01:00
parent 124a8e1a4e
commit f2d4d81d1b
1 changed files with 6 additions and 0 deletions

View File

@ -12,3 +12,9 @@
-keepclassmembers class * implements android.os.Parcelable {
static ** CREATOR;
}
# RenderScript
-keepclasseswithmembernames class * {
native <methods>;
}
-keep class androidx.renderscript.** { *; }