13 lines
316 B
Prolog
13 lines
316 B
Prolog
|
|
# ProGuard rules for SCAR Chat Android app
|
||
|
|
|
||
|
|
# Keep custom classes
|
||
|
|
-keep class com.scar.chat.** { *; }
|
||
|
|
|
||
|
|
# Keep network/SSL classes
|
||
|
|
-keep class org.bouncycastle.** { *; }
|
||
|
|
|
||
|
|
# Keep view constructors for inflation
|
||
|
|
-keepclasseswithmembers class * {
|
||
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
||
|
|
}
|