Skip to content

Commit 51d5850

Browse files
authored
Merge pull request #465 from OneSignal/release-3.2.1
Release 3.2.1
2 parents bcb7a83 + 0cfa5d7 commit 51d5850

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.onesignal.flutter'
2-
version '3.2.0'
2+
version '3.2.1'
33

44
buildscript {
55
repositories {
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
dependencies {
37-
api 'com.onesignal:OneSignal:4.4.2'
37+
api 'com.onesignal:OneSignal:4.5.1'
3838
}
3939

4040
// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete

ios/onesignal_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'onesignal_flutter'
6-
s.version = '3.2.0'
6+
s.version = '3.2.1'
77
s.summary = 'The OneSignal Flutter SDK'
88
s.description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
99
s.homepage = 'https://www.onesignal.com'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
1515
s.dependency 'Flutter'
16-
s.dependency 'OneSignalXCFramework', '3.6.0'
16+
s.dependency 'OneSignalXCFramework', '3.6.1'
1717
s.ios.deployment_target = '9.0'
1818
s.static_framework = true
1919
end

lib/src/defines.dart

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
String sdkVersion = "3.2.0";
1+
String sdkVersion = "3.2.1";
22

33
/// Determines how notifications should be displayed
44
enum OSNotificationDisplayType { none, alert, notification }
@@ -29,12 +29,7 @@ enum OSiOSSettings {
2929
inFocusDisplayOption
3030
}
3131

32-
enum OSSession {
33-
DIRECT,
34-
INDIRECT,
35-
UNATTRIBUTED,
36-
DISABLED
37-
}
32+
enum OSSession { DIRECT, INDIRECT, UNATTRIBUTED, DISABLED }
3833

3934
/// Applies to iOS notifications only
4035
/// Determines if the badgeCount is used to increment

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: onesignal_flutter
22
description: OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
3-
version: 3.2.0
3+
version: 3.2.1
44
author: Brad Hesse <[email protected]>, Josh Kasten <[email protected]>
55
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK
66

0 commit comments

Comments
 (0)