We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e9c7f commit 8d9a06cCopy full SHA for 8d9a06c
CHANGELOG.md
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
#### Fixed
16
- nothing yet
17
18
+## [2.2.0](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.2.0)
19
+ _Released on 2017-11-03_
20
+
21
+#### Added
22
+- Added support for html based in-app notifications.
23
24
## [2.1.9](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.9)
25
_Released on 2017-10-20_
26
iterableapi/build.gradle
@@ -41,7 +41,7 @@ ext {
41
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
42
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
43
44
- libraryVersion = '2.1.9'
+ libraryVersion = '2.2.0'
45
46
developerId = 'davidtruong'
47
developerName = 'David Truong'
0 commit comments