-
Notifications
You must be signed in to change notification settings - Fork 0
/
chat-sdk-proguard-rules.pro
45 lines (37 loc) · 1.46 KB
/
chat-sdk-proguard-rules.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# | Classes | Members |
# Shrink: | | |
# Obfuscate: | | |
-keep public class org.bouncycastle.jcajce.provider.**, org.jivesoftware.**, app.xmpp.**, sdk.chat.**, firestream.chat.**, sdk.guru.**, co.chatsdk.** {
public protected *;
}
-keep public class smartadapter.**, materialsearchview.**, org.ocpsoft.prettytime.** {
public protected *;
}
-keep class **.R$* {
<fields>;
}
-keep class org.kxml2.io.**, org.xmlpull.** {
public protected *;
}
# Retain generated class which implement Unbinder.
-keep public class * implements butterknife.Unbinder { public <init>(**, android.view.View); }
# Prevent obfuscation of types which use ButterKnife annotations since the simple name
# is used to reflectively look up the generated ViewBinding.
-keep class butterknife.*
-keepclasseswithmembernames class * { @butterknife.* <methods>; }
-keepclasseswithmembernames class * { @butterknife.* <fields>; }
# | Classes | Members |
# Shrink: | x | |
# Obfuscate: | x | |
# | Classes | Members |
# Shrink: | x | x |
# Obfuscate: | | |
#-keepnames class org.kxml2.io.**, org.xmlpull.** {
# public protected *;
#}
# | Classes | Members |
# Shrink: | x | x |
# Obfuscate: | x | |
#-keepclassmembernames public class sdk.chat.core.**, firestream.chat.**, sdk.guru.**, co.chatsdk.** {
# public protected *;
#}