Skip to content

Commit

Permalink
Merge pull request #464 from Iterable/MOB-4655-Release-3.4.8
Browse files Browse the repository at this point in the history
Prepare for Release 3.4.8
  • Loading branch information
Ayyanchira authored Jul 27, 2022
2 parents b7bb545 + 0997034 commit 5a0abda
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

#### Fixed
- nothing yet
-

## [3.4.8](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.8)
#### Removed
- Removed collection of advertising ID.

#### Fixed
- Fixed an issue where `disableDevice` would get called with no device token.

## [3.4.7](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.7)
#### Added
- This release makes offline events processing available to all Iterable customers who'd like to use it — just ask your customer success manager to enable it for your account. Offline events processing saves a local copy of events triggered in your app while the device is offline (up to 1000 events). When a connection is re-established and your app is in the foreground, the events will be sent to Iterable. For more information, read [Offline events processing](https://support.iterable.com/hc/articles/360035395671#offline-events-processing).
Expand Down
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
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.4.7'
libraryVersion = '3.4.8'

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

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.7\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.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.4.7'
libraryVersion = '3.4.8'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/inbox-customization/app/build.gradle
Original file line number Diff line number Diff line change
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.4.7'
implementation 'com.iterable:iterableapi-ui:3.4.7'
implementation 'com.iterable:iterableapi:3.4.8'
implementation 'com.iterable:iterableapi-ui:3.4.8'
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 5a0abda

Please sign in to comment.