Skip to content

Commit

Permalink
Changed java code-blocks to groovy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten H committed Mar 12, 2015
1 parent 067e674 commit 0d875a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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/" }
}
Expand Down

0 comments on commit 0d875a7

Please sign in to comment.