diff --git a/README.md b/README.md index f7541bed..13590da8 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ Ion.with(getContext()) ##### Gradle ```groovy dependencies { - compile 'com.koushikdutta.ion:ion:2.+' + implementation 'com.koushikdutta.ion:ion:2.+' } ````