Skip to content

Commit dadbb2b

Browse files
authored
Merge pull request #649 from OneSignal/fix/documentation
[Fix] Documentation Nit
2 parents bb6bb45 + e0e08b8 commit dadbb2b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- `InstallEdm4uStep` now imports version [1.2.177](https://github.com/googlesamples/unity-jar-resolver/releases/tag/v1.2.177) of [EDM4U](https://github.com/googlesamples/unity-jar-resolver)
1010
- Updated included Android SDK to [5.0.2](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.0.2)
1111
- Updated included iOS SDK to [5.0.2](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.0.2)
12+
- `OneSignalConfig.plugin` has been changed to `OneSignalConfig.androidlib`. Run the "Copy Android plugin to Assets" step in **Window > OneSignal SDK Setup** to migrate. Custom notification icons are now located in `Assets/Plugins/Android/OneSignalConfig.androidlib/src/main/res`
1213
### Fixed
1314
- Sending VSAttribution data from the editor
1415
- iOS notifications clicked event firing if the app was cold started from clicking a notification

OneSignalExample/Assets/OneSignal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ After building in Unity and exporting the XCode project follow these steps:
130130
131131
Most of the Android setup was already handled during installation!
132132
133-
The only thing remaining is to setup your own notification icons. You can do this be replacing the example icons located at `Assets/Plugins/Android/OneSignalConfig.androidlib`
133+
The only thing remaining is to setup your own notification icons. You can do this be replacing the example icons located at `Assets/Plugins/Android/OneSignalConfig.androidlib/src/main/res`
134134
with your own. There is a complete guide for this [in the plugin's README](com.onesignal.unity.android/Editor/OneSignalConfig.androidlib/README.md). See our
135135
[Customize Notification Icons](https://documentation.onesignal.com/docs/customize-notification-icons) page for additional details.
136136

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ After building in Unity and exporting the XCode project follow these steps:
130130
131131
Most of the Android setup was already handled during installation!
132132
133-
The only thing remaining is to setup your own notification icons. You can do this be replacing the example icons located at `Assets/Plugins/Android/OneSignalConfig.androidlib`
133+
The only thing remaining is to setup your own notification icons. You can do this be replacing the example icons located at `Assets/Plugins/Android/OneSignalConfig.androidlib/src/main/res`
134134
with your own. There is a complete guide for this [in the plugin's README](com.onesignal.unity.android/Editor/OneSignalConfig.androidlib/README.md). See our
135135
[Customize Notification Icons](https://documentation.onesignal.com/docs/customize-notification-icons) page for additional details.
136136

0 commit comments

Comments
 (0)