Skip to content

Commit

Permalink
fix: hardcode android native SDK version (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Jul 14, 2023
1 parent 8af0e11 commit 587f559
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 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 = "[3.5.0,4.0)"
def cioVersion = "3.6.3"
implementation "io.customer.android:tracking:$cioVersion"
implementation "io.customer.android:messaging-push-fcm:$cioVersion"
implementation "io.customer.android:messaging-in-app:$cioVersion"
Expand Down
2 changes: 0 additions & 2 deletions example/credentials.env

This file was deleted.

3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ flutter:
uses-material-design: true

# To add assets to your application, add an assets section, like this:
assets:
- credentials.env
# assets:
# - images/a_dot_ham.jpeg

# An image asset can refer to one or more resolution-specific "variants", see
Expand Down
2 changes: 1 addition & 1 deletion ios/customer_io.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'customer_io'
s.version = '1.2.2'
s.version = '1.2.3'
s.summary = 'Customer.io plugin for Flutter'
s.homepage = 'https://customer.io/'
s.license = { :file => '../LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion lib/customer_io_plugin_version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Don't modify this line - it's automatically updated
const version = "1.2.2";
const version = "1.2.3";

0 comments on commit 587f559

Please sign in to comment.