Skip to content

Commit

Permalink
1.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightsd01 committed Sep 12, 2018
1 parent 0f06250 commit c505acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 {
compile('com.onesignal:OneSignal:3.10.0')
compile('com.onesignal:OneSignal:3.10.1')
}

// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete
Expand Down
2 changes: 1 addition & 1 deletion ios/onesignal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.5', '< 3.0'
s.dependency 'OneSignalDynamic', '>= 2.8.8', '< 3.0'
s.ios.deployment_target = '8.0'
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
description: OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
version: 1.0.1
version: 1.0.2
author: Brad Hesse <brad@onesignal.com>, Josh Kasten <josh@onesignal.com>
homepage: https://www.onesignal.com

Expand Down

0 comments on commit c505acb

Please sign in to comment.