From 222e06de6053547f5755caf2fd800c9d03348e7e Mon Sep 17 00:00:00 2001 From: Jon Adams Date: Fri, 3 Jun 2016 11:21:41 -0400 Subject: [PATCH] Updated release-proguard.txt to fix #159 References to Picasso are okay if the consuming app doesn't use it --- roundedimageview/release-proguard.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roundedimageview/release-proguard.cfg b/roundedimageview/release-proguard.cfg index 8555494..4785b1a 100644 --- a/roundedimageview/release-proguard.cfg +++ b/roundedimageview/release-proguard.cfg @@ -1,2 +1,5 @@ # Proguard configuration. --dontwarn com.squareup.okhttp.** \ No newline at end of file +-dontwarn com.squareup.okhttp.** + +# References to Picasso are okay if the consuming app doesn't use it +-dontwarn com.squareup.picasso.Transformation