Skip to content

Commit

Permalink
fix: in-app concurrency issue android (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Sep 7, 2023
1 parent d46b81d commit 93332a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -58,7 +58,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// Customer.io SDK
def cioVersion = "3.6.4"
def cioVersion = "3.6.5"
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 93332a4

Please sign in to comment.