Skip to content

Commit d61c780

Browse files
committed
Prepare for 3.1.3
1 parent 9a5f535 commit d61c780

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.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.3)
19+
#### Fixed
20+
- Fixed a NullPointerException that could occur in some cases when trying to get Advertising ID
21+
1822
## [3.1.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.1.2)
1923
#### Changed
2024
- Removed FirebaseInstanceIDService dependency to support newer versions of `firebase-messaging` library. This bumps the minimum required version of `firebase-messaging` to 17.4.0.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Congratulations, you've configured your mobile application to receive push notif
3030
Add the following dependencies to your application's **build.gradle**:
3131

3232
```groovy
33-
compile 'com.iterable:iterableapi:3.1.2'
33+
compile 'com.iterable:iterableapi:3.1.3'
3434
compile 'com.google.firebase:firebase-messaging:X.X.X' // Min version 17.4.0
3535
```
3636

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.2\""
12+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.1.3\""
1313

1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}
@@ -66,7 +66,7 @@ ext {
6666
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
6767
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
6868

69-
libraryVersion = '3.1.2'
69+
libraryVersion = '3.1.3'
7070

7171
developerId = 'davidtruong'
7272
developerName = 'David Truong'

0 commit comments

Comments
 (0)