From ebc7511d19409d7524f5aa8dd5446d85dc14ecfb Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Thu, 28 Sep 2023 14:23:07 +0500 Subject: [PATCH] fix: stack-overflow caused by BQ recursion (#90) --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index fe26f9a..5132349 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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"