Skip to content

Commit 3967c5a

Browse files
authored
Updated README.md
added proguard rules
1 parent 15609a5 commit 3967c5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ HelpStack depends on the following libraries:
148148
'org.apache.httpcomponents:httpmime:4.2.6'
149149
'com.mcxiaoke.volley:library:1.0.5'
150150

151+
## Proguard (Optional)
152+
153+
If you have Proguard enabled, please add this snippet to your proguard rules file (eg proguard-rules.pro, proguard.cfg or others):
154+
155+
# helpstack
156+
-dontwarn com.polites.**
157+
-dontwarn com.tenmiles.helpstack.**
158+
-dontwarn org.apache.commons.**
159+
-keep class org.apache.http.** { *; }
160+
-dontwarn org.apache.http.**
151161

152162
## Video
153163

0 commit comments

Comments
 (0)