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 733b0dd commit bce9623Copy full SHA for bce9623
CHANGELOG.md
@@ -15,6 +15,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
#### Fixed
16
- nothing yet
17
18
+## [2.1.9](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.9)
19
+ _Released on 2017-10-20_
20
+
21
22
+#### Fixed
23
+- Fixed payload path for image url.
24
25
## [2.1.8](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.8)
26
_Released on 2017-07-28_
27
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.8'
+ libraryVersion = '2.1.9'
45
46
developerId = 'davidtruong'
47
developerName = 'David Truong'
0 commit comments