From dc259b6ce2a3b673b398605c799796b820886a0e Mon Sep 17 00:00:00 2001 From: Michael DiCioccio Date: Fri, 12 Jun 2020 13:49:27 -0400 Subject: [PATCH] Release commit for `Flutter` `2.5.0` * Android bumped to `3.14.1` * iOS bumped to `2.14.2` --- android/build.gradle | 4 ++-- ios/onesignal_flutter.podspec | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 618f428a..0717e726 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.onesignal.flutter' -version '2.4.1' +version '2.5.0' buildscript { repositories { @@ -34,7 +34,7 @@ android { } dependencies { - api 'com.onesignal:OneSignal:3.13.2' + api 'com.onesignal:OneSignal:3.14.1' } // Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete diff --git a/ios/onesignal_flutter.podspec b/ios/onesignal_flutter.podspec index 0ba67a75..8d0e5bb7 100644 --- a/ios/onesignal_flutter.podspec +++ b/ios/onesignal_flutter.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'onesignal_flutter' - s.version = '2.4.1' + s.version = '2.5.0' s.summary = 'The OneSignal Flutter SDK' s.description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy' s.homepage = 'https://www.onesignal.com' @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.dependency 'OneSignal', '2.13.1' + s.dependency 'OneSignal', '2.14.2' s.ios.deployment_target = '8.0' s.static_framework = true end diff --git a/pubspec.yaml b/pubspec.yaml index 24c436a3..4b405c18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: onesignal_flutter description: OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal -version: 2.4.1 +version: 2.5.0 author: Brad Hesse , Josh Kasten homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK