Skip to content

Commit 28eb838

Browse files
committed
Prepare for 3.1.4
1 parent 3b63db4 commit 28eb838

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

18+
## [3.1.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.4)
19+
#### Added
20+
- Push notifications now also display image thumbnails when collapsed
21+
22+
#### Changed
23+
- Connection timeout for GET requests is now 3 seconds, to match other request timeouts
24+
- `Api-Key` header is now also used for GET requests
25+
26+
#### Fixed
27+
- Fixed possible exceptions when an in-app message is not on the screen when it's being resized
28+
1829
## [3.1.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.3)
1930
#### Fixed
2031
- Fixed a NullPointerException that could occur in some cases when trying to get Advertising ID

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Congratulations, you've configured your Iterable project to send push notificati
2222
Add the following dependencies to your application's **build.gradle**:
2323

2424
```groovy
25-
compile 'com.iterable:iterableapi:3.1.3'
25+
compile 'com.iterable:iterableapi:3.1.4'
2626
compile 'com.google.firebase:firebase-messaging:X.X.X' // Min version 17.4.0
2727
```
2828

iterableapi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 15
1010
targetSdkVersion 27
1111

12-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.3\""
12+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.4\""
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}
@@ -71,7 +71,7 @@ ext {
7171
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
7272
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
7373

74-
libraryVersion = '3.1.3'
74+
libraryVersion = '3.1.4'
7575

7676
developerId = 'davidtruong'
7777
developerName = 'David Truong'

0 commit comments

Comments
 (0)