Skip to content

Commit 4469f77

Browse files
authored
Merge pull request #368 from Iterable/MOB-3263-version-3.3.4
[MOB-3263] version 3.3.4 changelog and numbers
2 parents a99f81b + de4a9f9 commit 4469f77

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

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

18-
## [3.3.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.3.3)
18+
## [3.3.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.3.4)
19+
#### Added
20+
- `updateCart` has been added to the SDK
21+
- `dataFields` have been added as a field to `CommerceItem`
1922

23+
## [3.3.3](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.3.3)
2024
#### Fixed
2125
- Devices with Android 11 should now be able to open browser when performing open url actions instead of landing on the app.
2226

iterableapi-ui/build.gradle

Lines changed: 1 addition & 1 deletion
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.3.3'
51+
libraryVersion = '3.3.4'
5252

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

iterableapi/build.gradle

Lines changed: 2 additions & 2 deletions
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.3.3\""
14+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.3.4\""
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.3.3'
74+
libraryVersion = '3.3.4'
7575

7676
developerId = 'davidtruong'
7777
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.3.3'
37-
implementation 'com.iterable:iterableapi-ui:3.3.3'
36+
implementation 'com.iterable:iterableapi:3.3.4'
37+
implementation 'com.iterable:iterableapi-ui:3.3.4'
3838
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
3939

4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)