Skip to content

Commit 2e6c253

Browse files
committed
1.0.3 Release
• Updates the native iOS and Android OneSignal SDK's to resolve various issues • Switches back to using the OneSignal static iOS framework instead of the dynamic framework while we resolve issues we are having with Cocoapods
1 parent 3046e34 commit 2e6c253

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
dependencies {
37-
compile('com.onesignal:OneSignal:3.10.1')
37+
compile('com.onesignal:OneSignal:3.10.3')
3838
}
3939

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

ios/onesignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 'OneSignalDynamic', '>= 2.8.8', '< 3.0'
16+
s.dependency 'OneSignal', '>= 2.9.3', '< 3.0'
1717
s.ios.deployment_target = '8.0'
1818
end
1919

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: onesignal
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: 1.0.2
3+
version: 1.0.3
44
author: Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
55
homepage: https://www.onesignal.com
66

0 commit comments

Comments
 (0)