Skip to content

Commit 6b4dc1a

Browse files
Prepare for Release 3.8.0 (#1059)
Co-authored-by: Joao Dordio <joaodordio@icloud.com>
1 parent ed54b30 commit 6b4dc1a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Change Log
1+
# Change Log
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [3.8.0]
68
### Added
79
- New `IterableInAppDisplayMode` enum to control how in-app messages interact with system bars. Configure via `IterableConfig.Builder.setInAppDisplayMode()`:
810
- `FORCE_EDGE_TO_EDGE` (default) — draws in-app content behind system bars with transparent status and navigation bars. This preserves the previous SDK behavior.

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.7.0'
64+
libraryVersion = '3.8.0'
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.7.0\""
24+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.8.0\""
2525

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

9292
ext {
9393
libraryName = 'iterableapi'
94-
libraryVersion = '3.7.0'
94+
libraryVersion = '3.8.0'
9595
}
9696

9797
if (hasProperty("mavenPublishEnabled")) {

0 commit comments

Comments
 (0)