Skip to content

Commit eb253cb

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iterableapi/build.gradle

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

8686
ext {
8787
libraryName = 'iterableapi'
88-
libraryVersion = '3.5.4'
88+
libraryVersion = '3.5.5'
8989
}
9090

9191
if (hasProperty("mavenPublishEnabled")) {

sample-apps/inbox-customization/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.4'
37-
implementation 'com.iterable:iterableapi-ui:3.5.4'
36+
implementation 'com.iterable:iterableapi:3.5.5'
37+
implementation 'com.iterable:iterableapi-ui:3.5.5'
3838
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
3939

4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)