Skip to content

Commit

Permalink
Prepare version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Dec 29, 2016
1 parent bbaf48d commit 463e21f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## Version 1.1.6

_2016-12-29_

* Fix support Android 4.3 and below (issue with `onVisibilityChanged`).


## Version 1.1.5

_2016-12-29_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ That's how we use it in our app "Hotellook"
Compatibility
-------------

This library is compatible from API 15 (Android 4.0.3).
This library is compatible from API 16 (Android 4.1).


Download
Expand All @@ -36,7 +36,7 @@ Add the dependency

```groovy
dependencies {
compile 'com.github.jetradarmobile:android-snowfall:1.1.5'
compile 'com.github.jetradarmobile:android-snowfall:1.1.6'
}
```

Expand Down

0 comments on commit 463e21f

Please sign in to comment.