Skip to content

Commit 89190c1

Browse files
author
Rodrigo Gomez Palacio
authored
4.0.0 Release (OneSignal#1131)
* Update package.json files to 4.0.0 * Update Native SDK Versions * Remove native iOS files Motivation: these files were previously there in order to support non-cocoapods integrations. We are removing it here in the major release and will no longer be maintained moving forward. The manual linking process is likely done by a small portion of developers and introduces more room for error. Cocoapods is pretty standard at this point and can always be added back later or via SwiftPM in the future.
1 parent f8b33b6 commit 89190c1

File tree

6 files changed

+4
-608
lines changed

6 files changed

+4
-608
lines changed

android/build.gradle

+1-1
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:4.0.0'
27+
api 'com.onesignal:OneSignal:4.1.0'
2828

2929
testImplementation 'junit:junit:4.12'
3030
}

examples/RNOneSignalTS/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "16.13.1",
1414
"react-native": "0.63.3",
15-
"react-native-onesignal": "file:../../"
15+
"react-native-onesignal": "4.0.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.8.4",

0 commit comments

Comments
 (0)