File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ Unreleased ]
5+ ## [ 3.5.5 ]
66
77#### Added
88- - Added ` IterableDecryptionFailureHandler ` interface to handle decryption failures of PII information.
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.4 '
54+ libraryVersion = ' 3.5.5 '
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 31
2121
22- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.4 \" "
22+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.5 \" "
2323
2424 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2525 }
You can’t perform that action at this time.
0 commit comments