Skip to content

Commit

Permalink
Merge pull request #866 from OneSignal/rel/3.5.3
Browse files Browse the repository at this point in the history
Release 3.5.3
  • Loading branch information
jennantilla committed Mar 26, 2024
2 parents e14e77a + 3dab6c1 commit 4ec2671
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
@@ -1,5 +1,5 @@
group 'com.onesignal.flutter'
version '3.5.2'
version '3.5.3'

buildscript {
repositories {
Expand Down Expand Up @@ -38,5 +38,5 @@ android {
}

dependencies {
api 'com.onesignal:OneSignal:4.8.7'
api 'com.onesignal:OneSignal:4.8.8'
}
4 changes: 2 additions & 2 deletions ios/onesignal_flutter.podspec
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'onesignal_flutter'
s.version = '3.5.2'
s.version = '3.5.3'
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 'OneSignalXCFramework', '3.12.7'
s.dependency 'OneSignalXCFramework', '3.12.9'
s.ios.deployment_target = '9.0'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -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.5.2
version: 3.5.3
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 4ec2671

Please sign in to comment.