Skip to content

Commit

Permalink
Prepare for release 3.2.0
Browse files Browse the repository at this point in the history
Closes #159
  • Loading branch information
leinardi committed May 22, 2021
1 parent 95cdfc1 commit 8171e63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log
## [next] - 2020-06-27
## [3.2.0] - 2021-05-22
- fixed #159: Publish latest version to Maven Central, now that JCenter will be sunset
- fixed #149: Accessibility issues:
- the closest Action Item to the Main FAB is now focused
- it is possible to navigate the open menu using `FOCUS_UP` and `FOCUS_DOWN`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The library is available on Jcenter so no additional repository is required.

Dependencies entry (latest version on Jcenter [![Maven metadata URI](https://img.shields.io/maven-metadata/v/http/jcenter.bintray.com/com/leinardi/android/speed-dial/maven-metadata.xml.svg?style=flat)](https://jcenter.bintray.com/com/leinardi/android/speed-dial/maven-metadata.xml)):
```groovy
implementation "com.leinardi.android:speed-dial:3.1.1"
implementation "com.leinardi.android:speed-dial:3.2.0"
```
#### Snapshots (development branch)
You can use JitPack to test the latest `master` (remember that `master` is the development branch and can be unstable or completely broken).
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build_versions.min_sdk = 14
build_versions.target_sdk = 30
build_versions.java_version = JavaVersion.VERSION_1_8
build_versions.version_code = commitCount.isNumber() ? commitCount as int : 0
build_versions.version_name = "3.1.1"
build_versions.version_name = "3.2.0"
ext.build_versions = build_versions


Expand Down

0 comments on commit 8171e63

Please sign in to comment.