Skip to content

Commit

Permalink
feat: Adds warning suppression for Proguard-rules file for generating…
Browse files Browse the repository at this point in the history
… signed apk with the Picasso library.
  • Loading branch information
do-adams committed Sep 24, 2016
1 parent e18a685 commit a4b7ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
public static int w(...);
public static int d(...);
public static int e(...);
}
}
-dontwarn com.squareup.okhttp.**

0 comments on commit a4b7ecb

Please sign in to comment.