Skip to content

Commit b50db73

Browse files
authored
Merge branch 'master' into evan/MOB-9446-Enhance-Push-Notification-State-Tracking-in-SDKs
2 parents 3604380 + f4cdb19 commit b50db73

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
65
## [3.5.6]
76

87
#### Fixed
9-
- Fixed IV length handling in encryption to properly support both modern (GCM) and legacy (CBC) encryption modes.
8+
- Fixed Crash while initializing IterableSDK on some devices (Unsupported IV Length).
109

1110
## [3.5.5]
1211

iterableapi-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
ext {
5353
libraryName = 'iterableapi-ui'
54-
libraryVersion = '3.5.5'
54+
libraryVersion = '3.5.6'
5555
}
5656

5757
if (hasProperty("mavenPublishEnabled")) {

iterableapi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
minSdkVersion 16
2020
targetSdkVersion 31
2121

22-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.5.5\""
22+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.5.6\""
2323

2424
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2525
}
@@ -85,7 +85,7 @@ dependencies {
8585

8686
ext {
8787
libraryName = 'iterableapi'
88-
libraryVersion = '3.5.5'
88+
libraryVersion = '3.5.6'
8989
}
9090

9191
if (hasProperty("mavenPublishEnabled")) {

sample-apps/inbox-customization/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
3434
implementation 'com.google.android.material:material:1.1.0'
3535

36-
implementation 'com.iterable:iterableapi:3.5.5'
37-
implementation 'com.iterable:iterableapi-ui:3.5.5'
36+
implementation 'com.iterable:iterableapi:3.5.6'
37+
implementation 'com.iterable:iterableapi-ui:3.5.6'
3838
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
3939

4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)