File tree 4 files changed +10
-6
lines changed
sample-apps/inbox-customization/app
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
15
#### Fixed
16
16
- nothing yet
17
17
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 `
19
22
23
+ ## [ 3.3.3] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.3.3 )
20
24
#### Fixed
21
25
- Devices with Android 11 should now be able to open browser when performing open url actions instead of landing on the app.
22
26
Original file line number Diff line number Diff line change 48
48
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
49
49
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
50
50
51
- libraryVersion = ' 3.3.3 '
51
+ libraryVersion = ' 3.3.4 '
52
52
53
53
developerId = ' davidtruong'
54
54
developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
minSdkVersion 16
12
12
targetSdkVersion 27
13
13
14
- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.3.3 \" "
14
+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.3.4 \" "
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
}
71
71
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
72
72
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
73
73
74
- libraryVersion = ' 3.3.3 '
74
+ libraryVersion = ' 3.3.4 '
75
75
76
76
developerId = ' davidtruong'
77
77
developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dependencies {
33
33
implementation ' androidx.navigation:navigation-ui-ktx:2.1.0'
34
34
implementation ' com.google.android.material:material:1.1.0'
35
35
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 '
38
38
implementation ' com.squareup.okhttp3:mockwebserver:4.2.2'
39
39
40
40
testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments