Skip to content

Commit

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

## [3.0.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.3)
#### Added
- Added new device fields (Iterable SDK version, app version, app package name) to `registerDeviceToken` call
- Deferred Deep Linking support

#### Fixed
- Fixed a NullPointerException when an in-app was resized after being dismissed

## [3.0.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.0.2)
#### Added
- 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`.
Expand Down
6 changes: 3 additions & 3 deletions iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android {
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "3.0.2"
versionName "3.0.3"

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.0.2\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.0.3\""

testInstrumentationRunner "android.support.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.0.2'
libraryVersion = '3.0.3'

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

0 comments on commit 4baccce

Please sign in to comment.