Skip to content

Commit 5572c71

Browse files
authored
Merge pull request #503 from OneSignal/rel/3.2.5
Release 3.2.5
2 parents 792f6bb + ade5cd6 commit 5572c71

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 '3.2.4'
2+
version '3.2.5'
33

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

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

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

lib/src/defines.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
String sdkVersion = "3.2.4";
1+
String sdkVersion = "3.2.5";
22

33
/// Determines how notifications should be displayed
44
enum OSNotificationDisplayType { none, alert, notification }

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: 3.2.4
3+
version: 3.2.5
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)