WellNuo/constants/build-info.ts
Sergei 994e2faadb Fix deployment error handling, build info display, Android UI improvements
- Add build number/timestamp display on login screen
- Improve error message when beneficiary has no deployment (user-friendly text instead of crash)
- Fix verify-otp screen layout for Android (smaller spacing, icon sizes)
- Add KeyboardAvoidingView to setup-wifi screen
- Save WiFi passwords per SSID (auto-fill on reconnect)
- Suppress BLE "operation cancelled" noise in logs
- Add build-info generation script (npm run build-info)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-27 21:49:02 -08:00

6 lines
223 B
TypeScript

// Auto-generated by scripts/generate-build-info.js
// DO NOT EDIT MANUALLY
export const BUILD_NUMBER = 1;
export const BUILD_TIMESTAMP = '2026-01-28T05:16:19.402Z';
export const BUILD_DISPLAY = 'build 1 · Jan 27, 21:16';