We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15609a5 commit 3967c5aCopy full SHA for 3967c5a
README.md
@@ -148,6 +148,16 @@ HelpStack depends on the following libraries:
148
'org.apache.httpcomponents:httpmime:4.2.6'
149
'com.mcxiaoke.volley:library:1.0.5'
150
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.**
161
162
## Video
163
0 commit comments