diff --git a/README.md b/README.md index 7f80069..c3c9417 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Android-AppMsg Library is now pushed to Maven Central as a AAR, so you just need ``` xml dependencies { - compile 'com.github.johnkil.android-appmsg:appmsg:1.2.0' + implementation 'com.github.johnkil.android-appmsg:appmsg:1.2.0' } ```