From 3d6c2d2388ee3ee4c98542fee1a7bd80f611192c Mon Sep 17 00:00:00 2001 From: Ravindra Kumar Date: Sat, 20 Feb 2016 21:03:32 +0530 Subject: [PATCH] Added code syntax highlighting to Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() }