You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/build.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# OneSignal Sample App V2 - Build Guide
1
+
# OneSignal Sample App - Build Guide
2
2
3
3
This document contains all the prompts and requirements needed to build the OneSignal Sample App V2 from scratch. Give these prompts to an AI assistant or follow them manually to recreate the app.
4
4
@@ -839,7 +839,7 @@ Implementation:
839
839
## Key Files Structure
840
840
841
841
```
842
-
Examples/OneSignalDemoV2/
842
+
examples/demo/
843
843
├── buildSrc/
844
844
│ └── src/main/kotlin/
845
845
│ ├── Versions.kt # Version constants (includes Compose versions)
0 commit comments