0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 12:02:17 +02:00
BinaryEye/app/proguard-rules.pro
Markus Fisch 25173bd7c7 Keep proguard from messing with renderscript
Otherwise the release build will miss the renderscript
libraries.
2017-08-27 18:35:46 +02:00

5 lines
111 B
Prolog

-dontwarn com.google.**
-dontwarn android.support.v8.**
-keep class android.support.v8.renderscript.** { *; }