1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-12-25 11:59:49 +08:00

Say v8.RenderScript goodbye

This commit is contained in:
wasabeef
2016-03-02 22:51:54 +09:00
parent a908abc7d4
commit 817b138980
8 changed files with 67 additions and 42 deletions

View File

@@ -1,7 +1 @@
-keepclasseswithmembernames class * {
native <methods>;
}
-keep class android.support.v8.renderscript.** { *; }
-dontwarn jp.co.cyberagent.android.gpuimage.**