Skip to content

Instantly share code, notes, and snippets.

View interestinghua's full-sized avatar
🎯
Focusing

mars.hua interestinghua

🎯
Focusing
  • Hisense
  • Qingdao, ShanDong, China
View GitHub Profile
########--------Retrofit + RxJava--------#########
-dontwarn retrofit.**
-keep class retrofit.** { *; }
-dontwarn sun.misc.Unsafe
-dontwarn com.octo.android.robospice.retrofit.RetrofitJackson**
-dontwarn retrofit.appengine.UrlFetchClient
-keepattributes Signature
-keepattributes Exceptions
-keepclasseswithmembers class * {
@retrofit.http.* <methods>;