File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
group ' com.onesignal.flutter'
2
- version ' 3.2.5 '
2
+ version ' 3.2.6 '
3
3
4
4
buildscript {
5
5
repositories {
@@ -34,7 +34,7 @@ android {
34
34
}
35
35
36
36
dependencies {
37
- api ' com.onesignal:OneSignal:4.6.2 '
37
+ api ' com.onesignal:OneSignal:4.6.3 '
38
38
}
39
39
40
40
// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'onesignal_flutter'
6
- s . version = '3.2.4 '
6
+ s . version = '3.2.6 '
7
7
s . summary = 'The OneSignal Flutter SDK'
8
8
s . description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
9
9
s . homepage = 'https://www.onesignal.com'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
s . source_files = 'Classes/**/*'
14
14
s . public_header_files = 'Classes/**/*.h'
15
15
s . dependency 'Flutter'
16
- s . dependency 'OneSignalXCFramework' , '3.8.1 '
16
+ s . dependency 'OneSignalXCFramework' , '3.9.0 '
17
17
s . ios . deployment_target = '9.0'
18
18
s . static_framework = true
19
19
end
Original file line number Diff line number Diff line change 1
- String sdkVersion = "3.2.5 " ;
1
+ String sdkVersion = "3.2.6 " ;
2
2
3
3
/// Determines how notifications should be displayed
4
4
enum OSNotificationDisplayType { none, alert, notification }
Original file line number Diff line number Diff line change 1
1
name : onesignal_flutter
2
2
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.5
3
+ version : 3.2.6
4
4
author : Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
5
5
homepage : https://github.com/OneSignal/OneSignal-Flutter-SDK
6
6
You can’t perform that action at this time.
0 commit comments