From e8dfa072eed7fe89d0ec2f071c616217cd0095b7 Mon Sep 17 00:00:00 2001 From: Carlos Sac <98776390+CarlosSacUDC@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:08:37 -0500 Subject: [PATCH] Updated implementation configuration Updated the implementation configuration. from implementation 'de.hdodenhof:circleimageview:3.1.0' -> implementation("de.hdodenhof:circleimageview:3.1.0") Learn more here: https://developer.android.com/build/dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a978c5..d8d7277 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Gradle ``` dependencies { ... - implementation 'de.hdodenhof:circleimageview:3.1.0' + implementation("de.hdodenhof:circleimageview:3.1.0") } ```