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 dad16df commit df4101dCopy full SHA for df4101d
CHANGELOG.md
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
#### Fixed
16
- nothing yet
17
18
+## [2.1.7](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.7)
19
+ _Released on 2017-07-19_
20
+
21
+#### Fixed
22
+- Fixed in-app button clicks without an action defined.
23
24
## [2.1.6](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.6)
25
_Released on 2017-07-19_
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.6'
+ libraryVersion = '2.1.7'
45
46
developerId = 'davidtruong'
47
developerName = 'David Truong'
0 commit comments