From 368577df48eeb5c962cce6bbe1eb7ecb359f71bd Mon Sep 17 00:00:00 2001 From: lishoujun Date: Sun, 3 Feb 2019 22:25:56 +0800 Subject: [PATCH] update de.hdodenhof:circleimageview version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 355efc8..fc9eb27 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ android { implementation 'androidx.recyclerview:recyclerview:1.0.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'com.google.android.material:material:1.0.0' - implementation 'de.hdodenhof:circleimageview:2.2.0' + implementation 'de.hdodenhof:circleimageview:3.0.0' // font awesome implementation "com.mikepenz:iconics-core:3.1.0"