Skip to content

Commit

Permalink
Merge pull request #503 from OneSignal/rel/3.2.5
Browse files Browse the repository at this point in the history
Release 3.2.5
  • Loading branch information
jkasten2 committed Nov 11, 2021
2 parents 792f6bb + ade5cd6 commit 5572c71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.4'
version '3.2.5'

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

dependencies {
api 'com.onesignal:OneSignal:4.6.1'
api 'com.onesignal:OneSignal:4.6.2'
}

// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete
Expand Down
2 changes: 1 addition & 1 deletion lib/src/defines.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
String sdkVersion = "3.2.4";
String sdkVersion = "3.2.5";

/// Determines how notifications should be displayed
enum OSNotificationDisplayType { none, alert, notification }
Expand Down
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.2.4
version: 3.2.5
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 5572c71

Please sign in to comment.