Skip to content

Commit

Permalink
Prepare for release 1.0-alpha06
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed May 12, 2018
1 parent 8db53e2 commit c91a2b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log

## [1.0-alpha06] - 2018-05-11
- added `setUseReverseAnimationOnClose()` and `getUseReverseAnimationOnClose()` (thanks to @jahirfiquitiva)
## [1.0-alpha06] - 2018-05-12
- updated gradle plugin to 3.1.2
- several API changes:
- added `sdOverlayLayout` attribute
- added `SpeedDialView.setUseReverseAnimationOnClose()` and `SpeedDialView.getUseReverseAnimationOnClose()` (thanks to @jahirfiquitiva)
- renamed `SpeedDialView.getMainFabCloseRotateAngle()` to `SpeedDialView.getMainFabAnimationRotateAngle()`
- renamed `SpeedDialView.setMainFabCloseRotateAngle()` to `SpeedDialView.setMainFabAnimationRotateAngle()`
- renamed `SpeedDialView.setMainFabOpenDrawable()` to `SpeedDialView.setMainFabClosedDrawable()`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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:1.0-alpha05"
implementation "com.leinardi.android:speed-dial:1.0-alpha06"
```
#### 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 @@ -206,7 +206,7 @@ build_versions.target_sdk = 27
build_versions.build_tools = "27.0.3"
build_versions.java_version = JavaVersion.VERSION_1_7
build_versions.version_code = 'git rev-list --count HEAD'.execute().text.trim() as int
build_versions.version_name = "1.0-alpha05"
build_versions.version_name = "1.0-alpha06"
ext.build_versions = build_versions


Expand Down
2 changes: 1 addition & 1 deletion sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-->
<manifest package="com.leinardi.android.speeddial.sample"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
Expand Down

0 comments on commit c91a2b9

Please sign in to comment.