Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andkulikov committed Jun 21, 2016
1 parent be9c773 commit b82aed7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ Quick start
============
```groovy
dependencies {
compile "com.andkulikov:transitionseverywhere:1.6.3"
compile "com.andkulikov:transitionseverywhere:1.6.4"
}
```
Use transition classes from package `com.transitionseverywhere.*` instead of `android.transition.*` from android framework Transitions API.<br>

Changelog
============
<b>1.6.4</b><br>
Bug fix. Thanks to [raycoarana][4].

<b>1.6.3</b><br>
Hidden transitions is moved in main package. Proguard rules are removed. Some internal fixes.

Expand All @@ -42,3 +45,4 @@ Bug fixes and performance optimizations.
[1]: http://developer.android.com/reference/android/transition/package-summary.html
[2]: https://medium.com/@andkulikov/animate-all-the-things-transitions-in-android-914af5477d50
[3]: http://habrahabr.ru/post/243363/
[4]: https://github.com/raycoarana

0 comments on commit b82aed7

Please sign in to comment.