Skip to content

Commit

Permalink
Upgrade to v_1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankery Chen committed Jun 19, 2018
1 parent a26e9ff commit 5d69cd4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ I make this library run on Android Studio (Gradle), and fix & add more features
### Gradle
``` Gradle
dependencies {
compile 'me.tankery.lib:circularSeekBar:1.1.5'
compile 'me.tankery.lib:circularSeekBar:1.1.6'
}
```

Expand Down
24 changes: 13 additions & 11 deletions circularSeekBar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@ 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.5"
version = "1.1.6"
/**
* v1.1.0:
* add some Java object APIs.
* v1.1.1:
* Fix resource name prefix error.
* v1.1.2:
* Use dimension & color type for attrs instead of float & string...
* v1.1.3:
* Remove unnecessary new instance of Path, and fix some bugs.
* v1.1.6:
* - Add support for disabling progress glow.
* v1.1.5:
* - Fix progress is hard to set to 0 or 100 when touch.
* v1.1.4:
* - Upgrade gradle and sdk version
* - Fix Progress bar missing when progress is 100 on Android O.
* v1.1.5:
* - Fix progress is hard to set to 0 or 100 when touch.
* v1.1.3:
* Remove unnecessary new instance of Path, and fix some bugs.
* v1.1.2:
* Use dimension & color type for attrs instead of float & string...
* v1.1.1:
* Fix resource name prefix error.
* v1.1.0:
* add some Java object APIs.
*/

android {
Expand Down

0 comments on commit 5d69cd4

Please sign in to comment.