File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
sample-apps/inbox-customization/app Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
15
#### Fixed
16
16
- nothing yet
17
17
18
+ ## [ 3.2.2]
19
+
20
+ #### Fixed
21
+ - Fixed an ArrayIndexOutOfBoundsException in IterableRequest which is thrown from inside HttpUrlConnection/OkHttp module in certain Android firmwares
22
+
18
23
## [ 3.2.1] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.1 )
19
24
#### Added
20
25
- Added support for new parameters - ` subscribedMessageTypeIDs ` , ` campaignId ` , ` templateId ` in ` updateSubscriptions ` method.
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ tokens.
42
42
43
43
Add the following dependencies to your application's ** build.gradle** :
44
44
45
- - ` implementation 'com.iterable:iterableapi:3.2.1 ' `
46
- - ` implementation 'com.iterable:iterableapi-ui:3.2.1 ' // Optional, contains Inbox UI components `
45
+ - ` implementation 'com.iterable:iterableapi:3.2.2 ' `
46
+ - ` implementation 'com.iterable:iterableapi-ui:3.2.2 ' // Optional, contains Inbox UI components `
47
47
- ` implementation 'com.google.firebase:firebase-messaging:X.X.X' // Min version 17.4.0 `
48
48
49
49
See [ Bintray] ( https://bintray.com/davidtruong/maven/Iterable-SDK ) for the latest
Original file line number Diff line number Diff line change 52
52
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
53
53
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
54
54
55
- libraryVersion = ' 3.2.1 '
55
+ libraryVersion = ' 3.2.2 '
56
56
57
57
developerId = ' davidtruong'
58
58
developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 15
10
10
targetSdkVersion 27
11
11
12
- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.2.1 \" "
12
+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.2.2 \" "
13
13
14
14
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
15
15
}
70
70
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
71
71
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
72
72
73
- libraryVersion = ' 3.2.1 '
73
+ libraryVersion = ' 3.2.2 '
74
74
75
75
developerId = ' davidtruong'
76
76
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.2.1 '
37
- implementation ' com.iterable:iterableapi-ui:3.2.1 '
36
+ implementation ' com.iterable:iterableapi:3.2.2 '
37
+ implementation ' com.iterable:iterableapi-ui:3.2.2 '
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