Skip to content

Commit bbdbacd

Browse files
committed
Prepare for 3.1.5
1 parent ab3f062 commit bbdbacd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

18+
## [3.1.5](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.5)
19+
#### Changed
20+
- Automatic push registration is now only done if the app is running in foreground
21+
1822
## [3.1.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.4)
1923
#### Added
2024
- Push notifications now also display image thumbnails when collapsed

README.md

+1-1
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.4'
25+
compile 'com.iterable:iterableapi:3.1.5'
2626
compile 'com.google.firebase:firebase-messaging:X.X.X' // Min version 17.4.0
2727
```
2828

iterableapi/build.gradle

+2-2
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.4\""
12+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.5\""
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.4'
74+
libraryVersion = '3.1.5'
7575

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

0 commit comments

Comments
 (0)