Skip to content

Commit 887c002

Browse files
committed
Update Android SDK Version
• Updates from 3.8.3 to 3.9.0
1 parent 88b8982 commit 887c002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
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.8.3') {
25+
compile('com.onesignal:OneSignal:3.9.0') {
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+
@@ -80,4 +80,4 @@ plugins {
8080
id 'com.onesignal.androidsdk.onesignal-gradle-plugin' version '0.8.1'
8181
}
8282
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
83-
*/
83+
*/

0 commit comments

Comments
 (0)