Skip to content

Commit

Permalink
Merge pull request #435 from Iterable/MOB-4107-Release-3.4.3
Browse files Browse the repository at this point in the history
Prepare for 3.4.3
  • Loading branch information
Ayyanchira authored Mar 9, 2022
2 parents 67b910c + bc1de3e commit 5350724
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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.4.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.3)
#### Added
- Notification Badging/Dots can be explicitly enabled or disabled in AndroidManifest by setting `iterable_notification_badging` value to `true` or `false`. [Read More.](https://support.iterable.com/hc/en-us/articles/115000331943#notification-badging-dots)

#### Fixed
- Fixed device registration failure users in JWT enabled projects.
- Fixed an issue where app would hide from app switcher when external links are deep linked from push notification.

## [3.4.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.2)
#### Fixed
- Fixed a regression with pending intents losing immutability that was causing issues on Android 12. (Thanks to @scaires)
Expand Down
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.4.2'
libraryVersion = '3.4.3'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.2\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.3\""

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.4.2'
libraryVersion = '3.4.3'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/inbox-customization/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
implementation 'com.google.android.material:material:1.1.0'

implementation 'com.iterable:iterableapi:3.4.2'
implementation 'com.iterable:iterableapi-ui:3.4.2'
implementation 'com.iterable:iterableapi:3.4.3'
implementation 'com.iterable:iterableapi-ui:3.4.3'
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 5350724

Please sign in to comment.