diff --git a/android/build.gradle b/android/build.gradle index 3462b05..5e2564e 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.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" diff --git a/example/credentials.env b/example/credentials.env deleted file mode 100644 index 5e00610..0000000 --- a/example/credentials.env +++ /dev/null @@ -1,2 +0,0 @@ -siteId=SITE_ID -apiKey=API_KEY diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8faa2a7..fa6412c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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 diff --git a/ios/customer_io.podspec b/ios/customer_io.podspec index 72349fe..86a4dda 100755 --- a/ios/customer_io.podspec +++ b/ios/customer_io.podspec @@ -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' } diff --git a/lib/customer_io_plugin_version.dart b/lib/customer_io_plugin_version.dart index 438a91b..e854607 100755 --- a/lib/customer_io_plugin_version.dart +++ b/lib/customer_io_plugin_version.dart @@ -1,2 +1,2 @@ // Don't modify this line - it's automatically updated -const version = "1.2.2"; +const version = "1.2.3";