Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Updated release-proguard.txt to fix #159
Browse files Browse the repository at this point in the history
References to Picasso are okay if the consuming app doesn't use it
  • Loading branch information
jon-adams committed Jun 3, 2016
1 parent 6a20131 commit 222e06d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roundedimageview/release-proguard.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Proguard configuration.
-dontwarn com.squareup.okhttp.**
-dontwarn com.squareup.okhttp.**

# References to Picasso are okay if the consuming app doesn't use it
-dontwarn com.squareup.picasso.Transformation

0 comments on commit 222e06d

Please sign in to comment.