Skip to content

Commit 1008452

Browse files
authored
Merge pull request OneSignal#212 from OneSignal/flutter_release_2.3.4
Release commit for `2.3.4`
2 parents 083ce63 + 0733f41 commit 1008452

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.onesignal.flutter'
2-
version '2.3.3'
2+
version '2.3.4'
33

44
buildscript {
55
repositories {
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
dependencies {
37-
api 'com.onesignal:OneSignal:3.12.6'
37+
api 'com.onesignal:OneSignal:3.12.7'
3838
}
3939

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

ios/onesignal_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'onesignal_flutter'
6-
s.version = '2.3.3'
6+
s.version = '2.3.4'
77
s.summary = 'The OneSignal Flutter SDK'
88
s.description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
99
s.homepage = 'https://www.onesignal.com'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: onesignal_flutter
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: 2.3.3
3+
version: 2.3.4
44
author: Brad Hesse <[email protected]>, Josh Kasten <[email protected]>
55
homepage: https://github.com/OneSignal/OneSignal-Flutter-SDK
66

0 commit comments

Comments
 (0)