Skip to content

Commit

Permalink
Merge pull request #543 from OneSignal/flutter_release_3.3.0
Browse files Browse the repository at this point in the history
Release 3.3.0
  • Loading branch information
nan-li authored Mar 10, 2022
2 parents e1344d4 + 3bdcea9 commit 287640b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.onesignal.flutter'
version '3.2.8'
version '3.3.0'

buildscript {
repositories {
Expand Down Expand Up @@ -34,5 +34,5 @@ android {
}

dependencies {
api 'com.onesignal:OneSignal:4.6.6'
api 'com.onesignal:OneSignal:4.7.0'
}
4 changes: 2 additions & 2 deletions ios/onesignal_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'onesignal_flutter'
s.version = '3.2.8'
s.version = '3.3.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'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'OneSignalXCFramework', '3.10.0'
s.dependency 'OneSignalXCFramework', '3.10.1'
s.ios.deployment_target = '9.0'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion lib/src/defines.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
String sdkVersion = "3.2.8";
String sdkVersion = "3.3.0";

/// Determines how notifications should be displayed
enum OSNotificationDisplayType { none, alert, notification }
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 3.2.8
version: 3.3.0
author: Brad Hesse <[email protected]>, Josh Kasten <[email protected]>
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK

Expand Down

0 comments on commit 287640b

Please sign in to comment.