Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrodanylyk committed Oct 12, 2015
1 parent 98a4986 commit e271da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -35,14 +35,13 @@ btnMorph.morph(circle);
The lib is available on https://jitpack.io.

```
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.dmytrodanylyk:android-morphing-button:ceae91b847'
compile 'com.github.dmytrodanylyk:android-morphing-button:98a4986e56' // commit hash
}
```

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Expand Up @@ -31,5 +31,5 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:support-v4:23.0.0'
// compile project(':library')
compile 'com.github.dmytrodanylyk:android-morphing-button:ceae91b847'
compile 'com.github.dmytrodanylyk:android-morphing-button:98a4986e56' // commit hash
}

0 comments on commit e271da6

Please sign in to comment.