Skip to content

Commit 0d875a7

Browse files
author
Carsten H
committed
Changed java code-blocks to groovy.
1 parent 067e674 commit 0d875a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ I wrote a [blog post] about that.
1919

2020
The lib is now on Maven Central. All you have to do is add it on your gradle build:
2121

22-
```java
22+
```groovy
2323
dependencies {
2424
// of course, do not write x.x.x but the version number
2525
compile 'com.github.castorflex.smoothprogressbar:library:x.x.x'
@@ -32,7 +32,7 @@ You can find the last stable version on [Gradle Please]
3232

3333
Or you can try the latest snapshots:
3434

35-
```java
35+
```groovy
3636
repositories {
3737
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
3838
}

0 commit comments

Comments
 (0)