23 lines
859 B
Prolog
23 lines
859 B
Prolog
-keep class io.reactivex.** { *; }
|
|
|
|
##---------------Begin: proguard configuration for android.Log----------
|
|
-assumenosideeffects class android.util.Log {
|
|
public static boolean isLoggable(java.lang.String, int);
|
|
public static int v(...);
|
|
public static int i(...);
|
|
public static int w(...);
|
|
public static int d(...);
|
|
public static int e(...);
|
|
}
|
|
##---------------End: proguard configuration for android.Log----------
|
|
|
|
##---------------Begin: proguard configuration for courier annotations----------
|
|
-keepclasseswithmembers class * {
|
|
@com.gojek.courier.annotation.* <methods>;
|
|
}
|
|
-if interface * { @com.gojek.courier.annotation.* <methods>; }
|
|
-keepclassmembers,allowshrinking,allowobfuscation interface * {
|
|
@com.gojek.courier.annotation.* <methods>;
|
|
}
|
|
##---------------End: proguard configuration for courier annotations----------
|