diff --git a/README.md b/README.md index eedcd40b..a786154f 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/circularSeekBar/build.gradle b/circularSeekBar/build.gradle index 40fcac63..c84018d4 100644 --- a/circularSeekBar/build.gradle +++ b/circularSeekBar/build.gradle @@ -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 {