From 1376420b71a4c0edec8fc949285743b160cb797e Mon Sep 17 00:00:00 2001 From: Sujal Gupta Date: Fri, 3 May 2024 16:13:35 +0530 Subject: [PATCH] changes made for new kotlin language --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a978c5..82878de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ CircleImageView =============== - A fast circular ImageView perfect for profile images. This is based on [RoundedImageView from Vince Mi](https://github.com/vinc3m1/RoundedImageView) which itself is based on techniques recommended by [Romain Guy](https://twitter.com/romainguy). ![CircleImageView](https://raw.github.com/hdodenhof/CircleImageView/master/screenshot.png) @@ -17,12 +16,12 @@ Gradle ``` dependencies { ... - implementation 'de.hdodenhof:circleimageview:3.1.0' + implementation ("de.hdodenhof:circleimageview:3.1.0") } ``` -Usage ------ +Usages +------ ```xml