voixtreme-engine/vxt-engine/proguard-rules-log-cat.pro
2019-07-11 12:51:05 +02:00

31 lines
882 B
Prolog

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.nuance.android.vocalizer.** { *; }
-keepclassmembers public class com.voixtreme.vxtenginejni.VxtEngineApi {
native <methods>;
*** from_native_*(...);
}
-keepnames class * implements java.io.Serializable
-keepclassmembers class * implements java.io.Serializable {
static final long serialVersionUID;
!static !transient <fields>;
}
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}
-keepclassmembers class ** {
@org.greenrobot.eventbus.Subscribe <methods>;
}
-keep enum org.greenrobot.eventbus.ThreadMode { *; }