File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 3.6.4]
6+ ### Fixed
7+ - Updated ` customPayload ` of In-App Messages to be ` @Nullable `
8+
9+ ### Added
10+ - Made ` isIterableDeepLink ` method public
11+
512## [ 3.6.3]
613### Fixed
714- Improved in-app message sizing and positioning calculations for better stability and performance, especially during device orientation changes
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
6161
6262ext {
6363 libraryName = ' iterableapi-ui'
64- libraryVersion = ' 3.6.3 '
64+ libraryVersion = ' 3.6.4 '
6565}
6666
6767if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121 minSdkVersion 21
2222 targetSdkVersion 34
2323
24- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.6.3 \" "
24+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.6.4 \" "
2525
2626 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2727 }
@@ -89,7 +89,7 @@ dependencies {
8989
9090ext {
9191 libraryName = ' iterableapi'
92- libraryVersion = ' 3.6.3 '
92+ libraryVersion = ' 3.6.4 '
9393}
9494
9595if (hasProperty(" mavenPublishEnabled" )) {
You can’t perform that action at this time.
0 commit comments