Merge pull request #1362 from betheg/roundedimageview

Daniel Gultsch created

update roundedimageview to v2.2.0

Change summary

build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

build.gradle 🔗

@@ -38,7 +38,7 @@ dependencies {
 	compile 'me.leolin:ShortcutBadger:1.1.3@aar'
 	compile 'com.kyleduo.switchbutton:library:1.2.8'
 	compile 'org.whispersystems:axolotl-android:1.3.4'
-	compile 'com.makeramen:roundedimageview:2.1.1'
+	compile 'com.makeramen:roundedimageview:2.2.0'
 }
 
 android {