Skip to content

Commit

Permalink
fix: Update native Android and iOS CIO SDK versions (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud-elmorabea authored Jan 9, 2025
1 parent d4d10d0 commit b8cb309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "4.5.0"
def cioVersion = "4.5.2"
implementation "io.customer.android:datapipelines:$cioVersion"
implementation "io.customer.android:messaging-push-fcm:$cioVersion"
implementation "io.customer.android:messaging-in-app:$cioVersion"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ flutter:
pluginClass: CustomerIOPlugin
ios:
pluginClass: CustomerIOPlugin
native_sdk_version: 3.7.1
native_sdk_version: 3.7.2

0 comments on commit b8cb309

Please sign in to comment.