File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11group ' com.onesignal.flutter'
2- version ' 3.0.0-beta3 '
2+ version ' 3.0.0-beta4 '
33
44buildscript {
55 repositories {
@@ -34,7 +34,7 @@ android {
3434}
3535
3636dependencies {
37- api ' com.onesignal:OneSignal:4.3.3 '
37+ api ' com.onesignal:OneSignal:4.4.0 '
3838}
3939
4040// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ target 'Runner' do
3232end
3333
3434target 'OneSignalNotificationServiceExtension' do
35- pod 'OneSignal ' , '3.4.3 '
35+ pod 'OneSignalXCFramework ' , '3.4.4 '
3636end
3737
3838post_install do |installer |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dev_dependencies:
1414 sdk : flutter
1515
1616 onesignal_flutter :
17- path : ^3.0.0-beta3
17+ path : ^3.0.0-beta4
1818
1919# For information on the generic Dart part of this file, see the
2020# following page: https://www.dartlang.org/tools/pub/pubspec
Original file line number Diff line number Diff line change 33#
44Pod ::Spec . new do |s |
55 s . name = 'onesignal_flutter'
6- s . version = '3.0.0-beta3 '
6+ s . version = '3.0.0-beta4 '
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 'OneSignal ' , '3.4.3 '
16+ s . dependency 'OneSignalXCFramework ' , '3.4.4 '
1717 s . ios . deployment_target = '9.0'
1818 s . static_framework = true
1919end
Original file line number Diff line number Diff line change 11name : onesignal_flutter
22description : 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.0.0-beta3
3+ version : 3.0.0-beta4
44author : Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
55homepage : https://github.com/OneSignal/OneSignal-Flutter-SDK
66
You can’t perform that action at this time.
0 commit comments