Skip to content

Commit

Permalink
Upgrade to v1.3.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tankery authored Jul 30, 2021
1 parent f6607f5 commit ccce4a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.3.2

Support Sonatype Maven Central uploading.

## v1.3.1

Change to using GitHub workflow for releasing.
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ I made it build on Android Studio (Gradle), then fix & add more features to the

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

> NOTE: I'm currently WIP to migrate the maven repo from Jcenter to Sonatype, will keep updated.
> By now, please still using the 1.3.0 from Jcenter, or you could manually download the aar file from [releases page](https://github.com/tankery/CircularSeekBar/releases)
### Source

Copy sources and `attrs.xml` in module `circularSeekBar` to your project.
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.1
VERSION_NAME=1.3.2

POM_DESCRIPTION=Android CircularSeekBar view/widget

Expand Down

0 comments on commit ccce4a1

Please sign in to comment.