Skip to content

Commit

Permalink
Merge pull request #404 from OneSignal/rel/2.6.4
Browse files Browse the repository at this point in the history
Release 2.6.4
  • Loading branch information
jkasten2 authored Jun 4, 2021
2 parents 730e539 + 89fa8b6 commit 0a53d18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}

dependencies {
api 'com.onesignal:OneSignal:3.15.7'
api 'com.onesignal:OneSignal:3.16.0'
}

// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete
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 = '2.6.3'
s.version = '2.6.4'
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', '2.16.3'
s.dependency 'OneSignal', '2.16.5'
s.ios.deployment_target = '8.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: 2.6.3
version: 2.6.4
author: Brad Hesse <[email protected]>, Josh Kasten <[email protected]>
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK

Expand Down

0 comments on commit 0a53d18

Please sign in to comment.