We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067e674 commit 0d875a7Copy full SHA for 0d875a7
README.md
@@ -19,7 +19,7 @@ I wrote a [blog post] about that.
19
20
The lib is now on Maven Central. All you have to do is add it on your gradle build:
21
22
-```java
+```groovy
23
dependencies {
24
// of course, do not write x.x.x but the version number
25
compile 'com.github.castorflex.smoothprogressbar:library:x.x.x'
@@ -32,7 +32,7 @@ You can find the last stable version on [Gradle Please]
32
33
Or you can try the latest snapshots:
34
35
36
repositories {
37
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
38
}
0 commit comments