Skip to content

Commit

Permalink
3.2.9 Release
Browse files Browse the repository at this point in the history
• Updates the iOS and Android native SDK's
  • Loading branch information
Nightsd01 committed Dec 6, 2018
1 parent 44b6650 commit 2d883a1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"

compile('com.onesignal:OneSignal:3.10.3') {
compile('com.onesignal:OneSignal:3.10.4') {
// Exclude com.android.support(Android Support library) as the version range starts at 26.0.0
// This is due to compileSdkVersion defaulting to 23 which cant' be lower than the support library version
// And the fact that the default root project is missing the Google Maven repo required to pull down 26.0.0+
Expand Down
2 changes: 1 addition & 1 deletion examples/CocoapodsDemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"expokit": "1.7.1",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-onesignal": "3.2.7"
"react-native-onesignal": "3.2.9"
}
}
2 changes: 1 addition & 1 deletion examples/RNOneSignal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-onesignal": "3.2.8",
"react-native-onesignal": "3.2.9",
"eslint": "^4.0.0"
}
}
3 changes: 3 additions & 0 deletions ios/OneSignal.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ typedef void (^OSEmailSuccessBlock)();
+ (void)setEmail:(NSString * _Nonnull)email;
+ (void)setEmail:(NSString * _Nonnull)email withEmailAuthHashToken:(NSString * _Nullable)hashToken;

+ (void)setExternalUserId:(NSString * _Nonnull)externalId;
+ (void)removeExternalUserId;

@end

#pragma clang diagnostic pop
Binary file modified ios/libOneSignal.a
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-onesignal",
"version": "3.2.8",
"version": "3.2.9",
"description": "React Native OneSignal Component",
"main": "index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-onesignal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/RCTOneSignal/*.{h,m}'

s.dependency 'React'
s.dependency 'OneSignal', '2.9.3'
s.dependency 'OneSignal', '2.9.4'

end

0 comments on commit 2d883a1

Please sign in to comment.