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