Skip to content

Commit 7d58e24

Browse files
authored
Merge pull request #456 from Iterable/MOB-4595-Release-3.4.7
[MOB - 4595] - Prepare for 3.4.7
2 parents dce1f4a + 5e1be36 commit 7d58e24

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1414

1515
#### Fixed
1616
- nothing yet
17+
-
18+
## [3.4.7](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.7)
19+
#### Added
20+
- 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).
1721

1822
## [3.4.6](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.6)
1923
#### Fixed

iterableapi-ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ext {
4848
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
4949
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
5050

51-
libraryVersion = '3.4.6'
51+
libraryVersion = '3.4.7'
5252

5353
developerId = 'davidtruong'
5454
developerName = 'David Truong'

iterableapi/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 16
1212
targetSdkVersion 27
1313

14-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.6\""
14+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.7\""
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -71,7 +71,7 @@ ext {
7171
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
7272
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
7373

74-
libraryVersion = '3.4.6'
74+
libraryVersion = '3.4.7'
7575

7676
developerId = 'davidtruong'
7777
developerName = 'David Truong'

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.4.6'
37-
implementation 'com.iterable:iterableapi-ui:3.4.6'
36+
implementation 'com.iterable:iterableapi:3.4.7'
37+
implementation 'com.iterable:iterableapi-ui:3.4.7'
3838
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
3939

4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)