diff --git a/README.md b/README.md index 96937df..7699a70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add the library dependency in your build.gradle file. ```groovy dependencies { ... - compile 'com.txusballesteros:bubbles:1.2.1' + implementation 'com.txusballesteros:bubbles:1.2.1' } ```