File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
group ' com.onesignal.flutter'
2
- version ' 3.5.1 '
2
+ version ' 3.5.2 '
3
3
4
4
buildscript {
5
5
repositories {
@@ -38,5 +38,5 @@ android {
38
38
}
39
39
40
40
dependencies {
41
- api ' com.onesignal:OneSignal:4.8.5 '
41
+ api ' com.onesignal:OneSignal:4.8.7 '
42
42
}
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.5.1 '
6
+ s . version = '3.5.2 '
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.12.4 '
16
+ s . dependency 'OneSignalXCFramework' , '3.12.7 '
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
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.5.1
3
+ version : 3.5.2
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