Skip to content

Commit

Permalink
feat: in-app message persistence (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Oct 25, 2023
1 parent 37a02e3 commit 71d85cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// Customer.io SDK
def cioVersion = "3.6.7"
def cioVersion = "3.7.0"
implementation "io.customer.android:tracking:$cioVersion"
implementation "io.customer.android:messaging-push-fcm:$cioVersion"
implementation "io.customer.android:messaging-in-app:$cioVersion"
Expand Down

0 comments on commit 71d85cc

Please sign in to comment.