Skip to content

Commit

Permalink
Release for 2.3.2
Browse files Browse the repository at this point in the history
* iOS native SDK now 2.12.5
* Android native SDK now 3.12.5
  • Loading branch information
mikechoch committed Jan 17, 2020
1 parent fce1d7b commit f47efcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -34,7 +34,7 @@ android {
}

dependencies {
api 'com.onesignal:OneSignal:3.12.4'
api 'com.onesignal:OneSignal:3.12.5'
}

// Adds required manifestPlaceholders keys to allow mainifest merge gradle step to complete
Expand Down
2 changes: 1 addition & 1 deletion ios/onesignal_flutter.podspec
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.12.3'
s.dependency 'OneSignal', '2.12.5'
s.ios.deployment_target = '8.0'
s.static_framework = true
end

0 comments on commit f47efcf

Please sign in to comment.