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 16, 2018
1 parent 0545976 commit ac0607d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ Quick start
============
```groovy
dependencies {
compile "com.andkulikov:transitionseverywhere:1.7.9"
compile "com.andkulikov:transitionseverywhere:1.8.0"
}
```
Use transition classes from package `com.transitionseverywhere.*` instead of `android.transition.*` from android framework Transitions API.<br>

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

<b>1.8.0</b><br>
Provides @NonNull and @Nullable annotations for all the methods to make the library more Kotlin friendly

<b>1.7.9</b><br>
Fix bug with typo in restoring paused Visibility transition when it is using an overlay

Expand Down

0 comments on commit ac0607d

Please sign in to comment.