File tree 5 files changed +10
-5
lines changed
sample-apps/inbox-customization
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 3.5.9]
6
+
7
+ ### Fixed
8
+ - Fixed notification tracking bug that prevents SDK from receiving push notifications when system notification settings are turned off.
9
+
5
10
## [ 3.5.8]
6
11
7
12
### Fixed
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
52
52
ext {
53
53
libraryName = ' iterableapi-ui'
54
- libraryVersion = ' 3.5.8 '
54
+ libraryVersion = ' 3.5.9 '
55
55
}
56
56
57
57
if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ dependencies {
85
85
86
86
ext {
87
87
libraryName = ' iterableapi'
88
- libraryVersion = ' 3.5.8 '
88
+ libraryVersion = ' 3.5.9 '
89
89
}
90
90
91
91
if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dependencies {
33
33
implementation ' androidx.navigation:navigation-ui-ktx:2.1.0'
34
34
implementation ' com.google.android.material:material:1.1.0'
35
35
36
- implementation ' com.iterable:iterableapi:3.5.8 '
37
- implementation ' com.iterable:iterableapi-ui:3.5.8 '
36
+ implementation ' com.iterable:iterableapi:3.5.9 '
37
+ implementation ' com.iterable:iterableapi-ui:3.5.9 '
38
38
implementation ' com.squareup.okhttp3:mockwebserver:4.2.2'
39
39
40
40
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.5.8 '
11
+ classpath ' com.android.tools.build:gradle:3.5.9 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments