Skip to content

Commit

Permalink
fix: updated android dependency to auto update (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Feb 16, 2023
1 parent 511745f commit 040cef2
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.3.0-beta.1"
def cioVersion = "[3.3,4.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 040cef2

Please sign in to comment.