Skip to content

Commit

Permalink
3.2.10 Release
Browse files Browse the repository at this point in the history
• Contains miscellaneous bug fixes and improvements
  • Loading branch information
Nightsd01 committed Dec 6, 2018
1 parent 2d883a1 commit 6febe75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4') {
compile('com.onesignal:OneSignal:3.10.5') {
// 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.9"
"react-native-onesignal": "3.2.10"
}
}
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.9",
"react-native-onesignal": "3.2.10",
"eslint": "^4.0.0"
}
}
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.9",
"version": "3.2.10",
"description": "React Native OneSignal Component",
"main": "index",
"scripts": {
Expand Down

0 comments on commit 6febe75

Please sign in to comment.