Skip to content

Commit df4101d

Browse files
committed
Prepare for 2.1.7 Fix for empty in-app click actions not closing the dialog.
1 parent dad16df commit df4101d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

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+
1824
## [2.1.6](https://github.com/Iterable/iterable-android-sdk/releases/tag/2.1.6)
1925
_Released on 2017-07-19_
2026

iterableapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ext {
4141
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
4242
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
4343

44-
libraryVersion = '2.1.6'
44+
libraryVersion = '2.1.7'
4545

4646
developerId = 'davidtruong'
4747
developerName = 'David Truong'

0 commit comments

Comments
 (0)