From 0d875a7e62770af97fa3bba11f20028f438df31f Mon Sep 17 00:00:00 2001 From: Carsten H Date: Thu, 12 Mar 2015 21:16:22 +0100 Subject: [PATCH] Changed java code-blocks to groovy. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bd5707..90aba4d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ I wrote a [blog post] about that. The lib is now on Maven Central. All you have to do is add it on your gradle build: -```java +```groovy dependencies { // of course, do not write x.x.x but the version number compile 'com.github.castorflex.smoothprogressbar:library:x.x.x' @@ -32,7 +32,7 @@ You can find the last stable version on [Gradle Please] Or you can try the latest snapshots: -```java +```groovy repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } }