Chapter 5 Assignment
EAS build + OTA test
The brief
Run `eas build --platform android --profile preview` to produce a real APK. Install it on your phone. Then ship a small UI change via `eas update --branch preview`; reopen the app and confirm the change appears without a re-install.
You've completed this when
- APK installs and runs on a physical Android device
- OTA update is published
- Reopening the app picks up the OTA without re-installing
Worked through every criterion?
Push your code to GitHub, paste the link in your notes.md, and move on.
Finish course