Skip to content

Commit

Permalink
Merge pull request #391 from Iterable/MOB-3613-Release-3.3.8
Browse files Browse the repository at this point in the history
[MOB-3613] - Prepare for release 3.3.8
  • Loading branch information
Ayyanchira committed Oct 27, 2021
2 parents c7edf27 + eda71dd commit 0572124
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- nothing yet

## [3.3.8](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.3.8)
#### Fixed
- Fixed an issue where push notifications retained data from previously sent notifications.

## [3.3.7](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.3.7)
#### Fixed
- When syncing in-app queues, new messages that already have `read` set to `true` will not spawn an `InAppDelivery` event.
Expand Down
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Expand Up @@ -48,7 +48,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.3.7'
libraryVersion = '3.3.8'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions iterableapi/build.gradle
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.3.7\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.3.8\""

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -71,7 +71,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.3.7'
libraryVersion = '3.3.8'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/inbox-customization/app/build.gradle
Expand Up @@ -33,8 +33,8 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
implementation 'com.google.android.material:material:1.1.0'

implementation 'com.iterable:iterableapi:3.3.7'
implementation 'com.iterable:iterableapi-ui:3.3.7'
implementation 'com.iterable:iterableapi:3.3.8'
implementation 'com.iterable:iterableapi-ui:3.3.8'
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 0572124

Please sign in to comment.