1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-11 09:34:07 +08:00
2016-02-28 04:58:55 +09:00

7 lines
164 B
Plaintext

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