Skip to content

Commit 4baccce

Browse files
committed
Prepare for 3.0.3
1 parent c6a218a commit 4baccce

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

18+
## [3.0.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.3)
19+
#### Added
20+
- Added new device fields (Iterable SDK version, app version, app package name) to `registerDeviceToken` call
21+
- Deferred Deep Linking support
22+
23+
#### Fixed
24+
- Fixed a NullPointerException when an in-app was resized after being dismissed
25+
1826
## [3.0.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.2)
1927
#### Added
2028
- The SDK now registers the token when a new email/userId is set and disables the old device if email/userId was previously set and then changed. This can be disabled by setting `autoPushRegistration` to `false` in `IterableConfig`.

iterableapi/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ android {
99
minSdkVersion 15
1010
targetSdkVersion 27
1111
versionCode 1
12-
versionName "3.0.2"
12+
versionName "3.0.3"
1313

14-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.0.2\""
14+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.0.3\""
1515

1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1717
}
@@ -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.0.2'
74+
libraryVersion = '3.0.3'
7575

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

0 commit comments

Comments
 (0)