Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andkulikov committed Sep 14, 2017
1 parent 9d557b6 commit 90f3370
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ Quick start
============
```groovy
dependencies {
compile "com.andkulikov:transitionseverywhere:1.7.5"
compile "com.andkulikov:transitionseverywhere:1.7.6"
}
```
Use transition classes from package `com.transitionseverywhere.*` instead of `android.transition.*` from android framework Transitions API.<br>

Changelog
============

<b>1.7.6</b><br>
Fix for the case when Visibility transition is removing the view from the previous scene. [Framework bug for it][12]

<b>1.7.4, 1.7.5</b><br>
Fixes for color change in ChangeText. Thanks to [droidluv][10] and [passsy][11]

Expand Down Expand Up @@ -81,3 +85,4 @@ Bug fixes and performance optimizations.
[9]: https://github.com/TealOcean
[10]: https://github.com/droidluv
[11]: https://github.com/passsy
[12]: https://issuetracker.google.com/issues/65688271

0 comments on commit 90f3370

Please sign in to comment.