Skip to content

Commit

Permalink
fix: in-app crash for no browser (customerio#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Oct 18, 2023
1 parent 86ce8e9 commit 8b859ed
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.6"
def cioVersion = "3.6.7"
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 8b859ed

Please sign in to comment.