Skip to content

Commit

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

## [3.1.5](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.5)
#### Changed
- Automatic push registration is now only done if the app is running in foreground

## [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
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.4'
compile 'com.iterable:iterableapi:3.1.5'
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.4\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.5\""

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.4'
libraryVersion = '3.1.5'

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

0 comments on commit bbdbacd

Please sign in to comment.