Skip to content

Commit 6febe75

Browse files
committed
3.2.10 Release
• Contains miscellaneous bug fixes and improvements
1 parent 2d883a1 commit 6febe75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compile fileTree(include: ['*.jar'], dir: 'libs')
2323
compile "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
2424

25-
compile('com.onesignal:OneSignal:3.10.4') {
25+
compile('com.onesignal:OneSignal:3.10.5') {
2626
// Exclude com.android.support(Android Support library) as the version range starts at 26.0.0
2727
// This is due to compileSdkVersion defaulting to 23 which cant' be lower than the support library version
2828
// And the fact that the default root project is missing the Google Maven repo required to pull down 26.0.0+

examples/CocoapodsDemo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"expokit": "1.7.1",
1414
"react": "16.3.1",
1515
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
16-
"react-native-onesignal": "3.2.9"
16+
"react-native-onesignal": "3.2.10"
1717
}
1818
}

examples/RNOneSignal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"react": "16.3.1",
1010
"react-native": "0.55.4",
11-
"react-native-onesignal": "3.2.9",
11+
"react-native-onesignal": "3.2.10",
1212
"eslint": "^4.0.0"
1313
}
1414
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-onesignal",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"description": "React Native OneSignal Component",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)