File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ # Thu Apr 09 10:17:20 PDT 2020
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments