Skip to content

Commit 686649c

Browse files
authored
Merge pull request #962 from OneSignal/rel/3.5.4
Release 3.5.4
2 parents 4ec2671 + 6e1b1bc commit 686649c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.onesignal.flutter'
2-
version '3.5.3'
2+
version '3.5.4'
33

44
buildscript {
55
repositories {
@@ -38,5 +38,5 @@ android {
3838
}
3939

4040
dependencies {
41-
api 'com.onesignal:OneSignal:4.8.8'
41+
api 'com.onesignal:OneSignal:4.8.10'
4242
}

ios/onesignal_flutter.podspec

+2-2
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.5.3'
6+
s.version = '3.5.4'
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.12.9'
16+
s.dependency 'OneSignalXCFramework', '3.12.10'
1717
s.ios.deployment_target = '9.0'
1818
s.static_framework = true
1919
end

pubspec.yaml

+1-1
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.5.3
3+
version: 3.5.4
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)