Skip to content

Commit 46f1512

Browse files
author
Evan Greer
committed
updates versions
1 parent 067c2f3 commit 46f1512

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This 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.

iterableapi-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
ext {
5353
libraryName = 'iterableapi-ui'
54-
libraryVersion = '3.5.4'
54+
libraryVersion = '3.5.5'
5555
}
5656

5757
if (hasProperty("mavenPublishEnabled")) {

iterableapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)