Skip to content

Commit

Permalink
Upgrade to v_1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankery Chen committed Jun 21, 2018
1 parent 4dc7d89 commit 850736a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ I made it build on Android Studio (Gradle), then fix & add more features to the
### Gradle
``` Gradle
dependencies {
compile 'me.tankery.lib:circularSeekBar:1.1.6'
compile 'me.tankery.lib:circularSeekBar:1.1.7'
}
```

Expand Down
4 changes: 3 additions & 1 deletion circularSeekBar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
// This is the library version used when deploying the artifact
version = "1.1.6"
version = "1.1.7"
/**
* v1.1.7:
* - Upgrade gradle and sdk.
* v1.1.6:
* - Add support for disabling progress glow.
* v1.1.5:
Expand Down

0 comments on commit 850736a

Please sign in to comment.