-
Notifications
You must be signed in to change notification settings - Fork 4.1k
proguard rules
Saeed Rezaei edited this page May 31, 2020
·
3 revisions
add these rules to "proguard-rules.pro" file
-keep class cz.msebera.android.httpclient.** { *; }.
-keep class com.loopj.android.http.** { *; }
The Android Asynchronous Http Client is released under the Apache License, Version 2.0.
Read the full license here: http://www.apache.org/licenses/LICENSE-2.0