Skip to content

Commit dad4663

Browse files
authored
Merge pull request #318 from Iterable/MOB-2554-Release-3.3.0-beta1
Prepare for 3.3.0-beta1
2 parents 3424a90 + 058b08c commit dad4663

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
#### Fixed
1616
- nothing yet
1717

18+
## [3.3.0-beta1](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.3.0-beta1)
19+
#### Added
20+
- This beta SDK release includes support for two new Iterable features (both of which are in beta):
21+
22+
- Offline events processing - Capturing engagement events when a device is offline and sending them to Iterable when a network connection is reestablished
23+
- In-app message prioritization - Ordering the display of in-app messages based on a priority you select in Iterable when creating in-app campaigns
24+
25+
If you'd like to try out these beta features, talk with your Iterable customer success manager.
26+
1827
## [3.2.10](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.10)
1928
#### Fixed
2029
- Fixed Firebase check to work without a Firebase database URL in `google-services.json` that may not be present in some recently created Firebase projects.

iterableapi-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ext {
5252
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
5353
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
5454

55-
libraryVersion = '3.2.10'
55+
libraryVersion = '3.3.0-beta1'
5656

5757
developerId = 'davidtruong'
5858
developerName = 'David Truong'

iterableapi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 15
1111
targetSdkVersion 27
1212

13-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.2.10\""
13+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.3.0-beta1\""
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
@@ -76,7 +76,7 @@ ext {
7676
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
7777
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
7878

79-
libraryVersion = '3.2.10'
79+
libraryVersion = '3.3.0-beta1'
8080

8181
developerId = 'davidtruong'
8282
developerName = 'David Truong'

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

Lines changed: 2 additions & 2 deletions
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.2.10'
37-
implementation 'com.iterable:iterableapi-ui:3.2.10'
36+
implementation 'com.iterable:iterableapi:3.3.0-beta1'
37+
implementation 'com.iterable:iterableapi-ui:3.3.0-beta1'
3838
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
3939

4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)