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") } ```