File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
8282apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
83- */
83+ */
You can’t perform that action at this time.
0 commit comments