File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
sample-apps/inbox-customization Expand file tree Collapse file tree 5 files changed +12
-6
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.5.7]
6+
7+ ### Added
8+ - Support for JSON-only in-app messages, JSON-only messages are now handled by the ` onNewInApp ` handler and consumed after retrieval
9+ - Enhanced notification state tracking to align with system notification permissions changes
10+
511## [ 3.5.6]
612
713#### Fixed
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151
5252ext {
5353 libraryName = ' iterableapi-ui'
54- libraryVersion = ' 3.5.6 '
54+ libraryVersion = ' 3.5.7 '
5555}
5656
5757if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
1919 minSdkVersion 16
2020 targetSdkVersion 31
2121
22- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.6 \" "
22+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.7 \" "
2323
2424 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2525 }
@@ -85,7 +85,7 @@ dependencies {
8585
8686ext {
8787 libraryName = ' iterableapi'
88- libraryVersion = ' 3.5.6 '
88+ libraryVersion = ' 3.5.7 '
8989}
9090
9191if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff 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.6 '
37- implementation ' com.iterable:iterableapi-ui:3.5.6 '
36+ implementation ' com.iterable:iterableapi:3.5.7 '
37+ implementation ' com.iterable:iterableapi-ui:3.5.7 '
3838 implementation ' com.squareup.okhttp3:mockwebserver:4.2.2'
3939
4040 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.5.4 '
11+ classpath ' com.android.tools.build:gradle:3.5.7 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments