Skip to content

Commit

Permalink
Prepare for 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabenkoru committed Oct 11, 2019
1 parent 3b63db4 commit 28eb838
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- nothing yet

## [3.1.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.4)
#### Added
- Push notifications now also display image thumbnails when collapsed

#### Changed
- Connection timeout for GET requests is now 3 seconds, to match other request timeouts
- `Api-Key` header is now also used for GET requests

#### Fixed
- Fixed possible exceptions when an in-app message is not on the screen when it's being resized

## [3.1.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.3)
#### Fixed
- Fixed a NullPointerException that could occur in some cases when trying to get Advertising ID
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Congratulations, you've configured your Iterable project to send push notificati
Add the following dependencies to your application's **build.gradle**:

```groovy
compile 'com.iterable:iterableapi:3.1.3'
compile 'com.iterable:iterableapi:3.1.4'
compile 'com.google.firebase:firebase-messaging:X.X.X' // Min version 17.4.0
```

Expand Down
4 changes: 2 additions & 2 deletions iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.3\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.4\""

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -71,7 +71,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.1.3'
libraryVersion = '3.1.4'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down

0 comments on commit 28eb838

Please sign in to comment.