diff options
author | Michael <betheg@bitcloner.org> | 2015-08-25 10:18:00 +0200 |
---|---|---|
committer | Michael <betheg@bitcloner.org> | 2015-08-25 10:18:00 +0200 |
commit | 3552b96c8a87b2afa9e10b14eae3228fb8b76d70 (patch) | |
tree | ff9754aa6736fb11d8ff12804e3a551ac274e58e /build.gradle | |
parent | 4f87413b16362c7701708c96a78a4ec4bd51e508 (diff) |
update roundedimageview to v2.2.0
Diffstat (limited to '')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d556d41e..417dd1d0 100644 --- a/build.gradle +++ b/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 { |