We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f1512 commit eb253cbCopy full SHA for eb253cb
iterableapi/build.gradle
@@ -85,7 +85,7 @@ dependencies {
85
86
ext {
87
libraryName = 'iterableapi'
88
- libraryVersion = '3.5.4'
+ libraryVersion = '3.5.5'
89
}
90
91
if (hasProperty("mavenPublishEnabled")) {
sample-apps/inbox-customization/app/build.gradle
@@ -33,8 +33,8 @@ dependencies {
33
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
34
implementation 'com.google.android.material:material:1.1.0'
35
36
- implementation 'com.iterable:iterableapi:3.5.4'
37
- implementation 'com.iterable:iterableapi-ui:3.5.4'
+ implementation 'com.iterable:iterableapi:3.5.5'
+ implementation 'com.iterable:iterableapi-ui:3.5.5'
38
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
39
40
testImplementation 'junit:junit:4.12'
0 commit comments