Skip to content

Commit

Permalink
Upgrade to v1.4.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tankery authored May 15, 2022
1 parent f69d33e commit 06a5929
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v1.4.0

Migrate library source code to Kotlin. Thanks [@jonathan-livly's PR](https://github.com/tankery/CircularSeekBar/pull/45).

## v1.3.2

Support Sonatype Maven Central uploading.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ I made it build on Android Studio (Gradle), then fix & add more features to the

``` Gradle
dependencies {
implementation 'me.tankery.lib:circularSeekBar:1.3.2'
implementation 'me.tankery.lib:circularSeekBar:1.4.0'
}
```

### Source

Copy sources and `attrs.xml` in module `circularSeekBar` to your project.

> Old style Java fan? Checkout version [v1.3.2](https://github.com/tankery/CircularSeekBar/releases/tag/v1.3.2), which is the latest version that still using Java.
## Usage

CircularSeekBar support following attributes:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# org.gradle.parallel=true

GROUP=me.tankery.lib
VERSION_NAME=1.3.2
VERSION_NAME=1.4.0

POM_DESCRIPTION=Android CircularSeekBar view/widget

Expand Down

0 comments on commit 06a5929

Please sign in to comment.