Skip to content

Commit

Permalink
Fix proguard issue with OkHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Feb 20, 2015
1 parent fe5f164 commit 4980baa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twistoast/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
-keep public class TrafficAlertAlarmReceiver
-keep public class TwistoastBootReceiver

-dontwarn com.google.common.**
-dontwarn com.google.common.**
-dontwarn okio.**

0 comments on commit 4980baa

Please sign in to comment.