Skip to content

Commit

Permalink
Merge pull request #72 from Moter8/patch-1
Browse files Browse the repository at this point in the history
Fix the dependency code blocks' language
  • Loading branch information
castorflex committed Mar 13, 2015
2 parents 9cd3265 + 0d875a7 commit 676f066
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:

```xml
```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:

```xml
```groovy
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
Expand Down

0 comments on commit 676f066

Please sign in to comment.