Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andkulikov committed Aug 14, 2017
1 parent 08658bc commit d679cba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Quick start
============
```groovy
dependencies {
compile "com.andkulikov:transitionseverywhere:1.7.4"
compile "com.andkulikov:transitionseverywhere:1.7.5"
}
```
Use transition classes from package `com.transitionseverywhere.*` instead of `android.transition.*` from android framework Transitions API.<br>

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

<b>1.7.3</b><br>
Fix for TranslationTransition, fix for Visibility transition cancelation when it is using an overlay
Expand Down Expand Up @@ -80,3 +80,4 @@ Bug fixes and performance optimizations.
[8]: https://github.com/twyatt
[9]: https://github.com/TealOcean
[10]: https://github.com/droidluv
[11]: https://github.com/passsy

0 comments on commit d679cba

Please sign in to comment.