Skip to content

Commit 98a5a36

Browse files
committed
Updated react-native SDK to use Android SDK 3.13.1
* Updated react version to 3.7.2 * Updated binary and header files for iOS SDK * Updated gradle version to 3.6.1
1 parent 24389ac commit 98a5a36

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
2626
// classes if needed. Such as com.onesignal.NotificationExtenderService
27-
api 'com.onesignal:OneSignal:3.13.0'
27+
api 'com.onesignal:OneSignal:3.13.1'
2828

2929
testImplementation 'junit:junit:4.12'
3030
}

examples/RNOneSignal/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath('com.android.tools.build:gradle:3.5.0')
16+
classpath('com.android.tools.build:gradle:3.6.1')
1717

1818
// NOTE: Do not place your application dependencies here; they belong
1919
// in the individual module build.gradle files
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Thu Apr 09 10:17:20 PDT 2020
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

examples/RNOneSignal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"react": "16.9.0",
1212
"react-native": "^0.61.2",
13-
"react-native-onesignal": "3.6.1"
13+
"react-native-onesignal": "^3.6.1"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.5.5",

ios/libOneSignal.a

0 Bytes
Binary file not shown.

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.7.1",
3+
"version": "3.7.2",
44
"description": "React Native OneSignal SDK",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)