diff --git a/README.md b/README.md index bc0f528..15996c0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ repositories { } dependencies { - compile 'com.makeramen:roundedimageview:2.3.0' + implementation("com.makeramen:roundedimageview:2.3.0") } ```