diff --git a/README.md b/README.md index ebf9297..774883d 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ You can either add the library to your application as a library project or add t ```groovy dependencies { - compile 'com.jpardogo.googleprogressbar:library:(latest version)' + implementation 'com.jpardogo.googleprogressbar:library:(latest version)' } ```