Skip to content

Commit

Permalink
Release commit beta cut 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeasmine committed May 28, 2021
1 parent 2bdf400 commit 7ea6efd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.onesignal.flutter'
version '3.0.0-beta3'
version '3.0.0-beta4'

buildscript {
repositories {
Expand Down Expand Up @@ -34,7 +34,7 @@ android {
}

dependencies {
api 'com.onesignal:OneSignal:4.3.3'
api 'com.onesignal:OneSignal:4.4.0'
}

// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ target 'Runner' do
end

target 'OneSignalNotificationServiceExtension' do
pod 'OneSignal', '3.4.3'
pod 'OneSignalXCFramework', '3.4.4'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev_dependencies:
sdk: flutter

onesignal_flutter:
path: ^3.0.0-beta3
path: ^3.0.0-beta4

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down
4 changes: 2 additions & 2 deletions ios/onesignal_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'onesignal_flutter'
s.version = '3.0.0-beta3'
s.version = '3.0.0-beta4'
s.summary = 'The OneSignal Flutter SDK'
s.description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
s.homepage = 'https://www.onesignal.com'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'OneSignal', '3.4.3'
s.dependency 'OneSignalXCFramework', '3.4.4'
s.ios.deployment_target = '9.0'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: onesignal_flutter
description: OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
version: 3.0.0-beta3
version: 3.0.0-beta4
author: Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK

Expand Down

0 comments on commit 7ea6efd

Please sign in to comment.