File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed
sample-apps/inbox-customization/app Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313#### Changed
1414- nothing yet
1515
16+ ## [ 3.5.2]
17+ #### Added
18+ - Introducing a new method ` setAuthRetryPolicy ` in ` IterableConfig ` to set the retry policy for JWT token refresh.
19+ - You can now use method - ` pauseAuthRetries(boolean pauseRetry) ` to pause or resume the JWT token refresh retries.
20+ - ` trackPurchase ` method now accepts ` attributionInfo ` parameter to track purchase with attribution information.
21+
22+ #### Fixed
23+ - Embedded manager listeners are active only if feature is enabled
24+
1625## [ 3.5.1]
1726
1827#### Fixed
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151
5252ext {
5353 libraryName = ' iterableapi-ui'
54- libraryVersion = ' 3.5.1 '
54+ libraryVersion = ' 3.5.2 '
5555}
5656
5757if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
1919 minSdkVersion 16
2020 targetSdkVersion 27
2121
22- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.1 \" "
22+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.2 \" "
2323
2424 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2525 }
@@ -85,7 +85,7 @@ dependencies {
8585
8686ext {
8787 libraryName = ' iterableapi'
88- libraryVersion = ' 3.5.1 '
88+ libraryVersion = ' 3.5.2 '
8989}
9090
9191if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff 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.5.1 '
37- implementation ' com.iterable:iterableapi-ui:3.5.1 '
36+ implementation ' com.iterable:iterableapi:3.5.2 '
37+ implementation ' com.iterable:iterableapi-ui:3.5.2 '
3838 implementation ' com.squareup.okhttp3:mockwebserver:4.2.2'
3939
4040 testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments