Skip to content

Commit 9933e0a

Browse files
author
“Akshay
committed
[MOB-12181] - Prepare for 3.6.1
1 parent 3dc7188 commit 9933e0a

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
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-
## [Unreleased]
5+
## [3.6.1]
6+
### Added
7+
- Added edge-to-edge support for in-app messages to ensure proper display on devices with notches, cutouts, and system bars. Test your in-app messages on various devices to ensure optimal display.
8+
9+
### Note
10+
> **⚠️ Important**: The system applies white insets by default, which may contrast with dark-themed apps. Marketers can control the visual appearance using the background overlay option in the Iterable UI to choose appropriate background colors that work well with their app's theme.
611
712
## [3.6.0]
813
#### Added

iterableapi-ui/build.gradle

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

6262
ext {
6363
libraryName = 'iterableapi-ui'
64-
libraryVersion = '3.6.0'
64+
libraryVersion = '3.6.1'
6565
}
6666

6767
if (hasProperty("mavenPublishEnabled")) {

iterableapi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
minSdkVersion 21
2222
targetSdkVersion 34
2323

24-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.6.0\""
24+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.6.1\""
2525

2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
}
@@ -89,7 +89,7 @@ dependencies {
8989

9090
ext {
9191
libraryName = 'iterableapi'
92-
libraryVersion = '3.6.0'
92+
libraryVersion = '3.6.1'
9393
}
9494

9595
if (hasProperty("mavenPublishEnabled")) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ dependencies {
4242
implementation 'androidx.navigation:navigation-ui-ktx:2.6.0'
4343
implementation 'com.google.android.material:material:1.9.0'
4444

45-
implementation 'com.iterable:iterableapi:3.6.0'
46-
implementation 'com.iterable:iterableapi-ui:3.6.0'
45+
implementation 'com.iterable:iterableapi:3.6.1'
46+
implementation 'com.iterable:iterableapi-ui:3.6.1'
4747
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
4848

4949
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)