diff --git a/README.md b/README.md index 31361e8..70e2f4f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Backport of [Android Transitions API][1]. Animations backported to Android 4. About ============ [Article about transitions and library. More info here][2]
-[And in Russian language][3] +[And in the Russian language][3] Simple example ============ @@ -20,13 +20,16 @@ Quick start ============ ```groovy dependencies { - compile "com.andkulikov:transitionseverywhere:1.6.4" + compile "com.andkulikov:transitionseverywhere:1.6.5" } ``` Use transition classes from package `com.transitionseverywhere.*` instead of `android.transition.*` from android framework Transitions API.
Changelog ============ +1.6.5
+Optimizations for ChangeBounds and Fade + 1.6.4
Bug fix. Thanks to [raycoarana][4]. @@ -39,7 +42,7 @@ Fixed issue with incorrect disappearing when set of more than one Visibility tra 1.6.0
Merge with final Android Marshmallow SDK
-PathMotion aka Curved motion is backported!
+PathMotion aka Curved motion is backported!
Bug fixes and performance optimizations. [1]: http://developer.android.com/reference/android/transition/package-summary.html