Skip to content

Commit

Permalink
fix: stack-overflow caused by BQ recursion (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Sep 28, 2023
1 parent 3b07fa8 commit ebc7511
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.5"
def cioVersion = "3.6.6"
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 ebc7511

Please sign in to comment.