Skip to content

Commit

Permalink
Add a simple migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Apr 19, 2017
1 parent 4b78bf2 commit bee6c1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/int

### Upgrade Guide

#### 1.3.9 to 1.4.0+

- `Slide` and `Option` have been moved into a different package. Just let Android Studio re-import them.
- The `OnSlideListener` is now an interface on its own. Remove `IntroductionConfig` before each and let Android Studio re-import. Furthermore `@NotNull` annotations have been added; You should add them to the signature.

#### 1.1.0 to 1.1.1+

- The `OnSlideInit` method in the `OnSlideListener` now comes without the `Fragment context`. If you need a `Context`, call `image.getContext()`.
Expand Down

0 comments on commit bee6c1d

Please sign in to comment.