Skip to content

Commit

Permalink
Prepare for release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Sep 10, 2019
1 parent 82d4428 commit f42e77f
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,9 +1,10 @@
# Change Log
## [3.0.1] - next release
## [3.1.0] - 2019-09-10
- fixed #113: Main FAB opened image is not centered when using Theme.MaterialComponents
- fixed #101: Add ability to Disable Main Fab"
- API changes:
- fixed #111: added option to tint Main FAB icon (`setMainFabClosedIconColor()` and `setMainFabOpenedIconColor()`)
- migrated Sample project to Kotlin

## [3.0.0] - 2019-07-27
- fixed #92: Migrate to AndroidX
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 additonal 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.0.0"
implementation "com.leinardi.android:speed-dial:3.1.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 @@ -49,7 +49,7 @@ build_versions.min_sdk = 14
build_versions.target_sdk = 29
build_versions.java_version = JavaVersion.VERSION_1_7
build_versions.version_code = commitCount.isNumber() ? commitCount as int : 0
build_versions.version_name = "3.0.0"
build_versions.version_name = "3.1.0"
ext.build_versions = build_versions


Expand Down

0 comments on commit f42e77f

Please sign in to comment.