diff --git a/README.md b/README.md index 5b9ebc1..e5ec1a1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ SDK Version 11 & above (Lower version is not tested) ## Download Maven: -``` +```groovy repositories { maven { url "http://dl.bintray.com/populov/maven" } } @@ -28,7 +28,7 @@ dependencies { } ``` jCenter: -``` +```groovy repositories { jcenter() }