From 6570a6d9738cfe869b4e5d770dd4be4227c7aa1b Mon Sep 17 00:00:00 2001 From: Lopez Mikhael Date: Thu, 27 Jun 2019 15:08:15 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 6a13808..1389567 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ USAGE To make a circular ImageView add CircularImageView in your layout XML and add CircularImageView library in your project or you can also grab it via Gradle: ```groovy -implementation 'com.mikhaellopez:circularimageview:4.0.0' +implementation 'com.mikhaellopez:circularimageview:4.0.1' ``` XML @@ -95,12 +95,6 @@ circularImageView.setBackgroundColor(Color.RED); circularImageView.setShadowGravity(CircularImageView.ShadowGravity.CENTER); ``` -:information_source: If you want to used this library on a **Java Android project** you need to add `kotlin-stdlib` dependency: - -```groovy -implementation "org.jetbrains.kotlin:kotlin-stdlib:$LAST_KOTLIN_VERSION" -``` - LIMITATIONS -----