Skip to content

Commit 78e6ea6

Browse files
authored
Merge pull request #865 from Iterable/evan/MOB-10637-prepare-3.5.9-release
[MOB-10637] prepares for version 3.5.9 release
2 parents aa08d6e + 49419c3 commit 78e6ea6

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
## [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+
510
## [3.5.8]
611

712
### Fixed

iterableapi-ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
ext {
5353
libraryName = 'iterableapi-ui'
54-
libraryVersion = '3.5.8'
54+
libraryVersion = '3.5.9'
5555
}
5656

5757
if (hasProperty("mavenPublishEnabled")) {

iterableapi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585

8686
ext {
8787
libraryName = 'iterableapi'
88-
libraryVersion = '3.5.8'
88+
libraryVersion = '3.5.9'
8989
}
9090

9191
if (hasProperty("mavenPublishEnabled")) {

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

+2-2
Original file line numberDiff line numberDiff 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.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'
3838
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
3939

4040
testImplementation 'junit:junit:4.12'

sample-apps/inbox-customization/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.5.8'
11+
classpath 'com.android.tools.build:gradle:3.5.9'
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

0 commit comments

Comments
 (0)