Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/constants/ota.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import otaConfig from '../../ota.config.js';
* Reset when releasing a new native build as appropriate for that line.
* Kept here (not only in ota.config.js) so changes there do not alter the Expo fingerprint and break CI.
*/
export const OTA_VERSION: string = 'vX.XX.X';
export const OTA_VERSION: string = 'v7.74.2';
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
export const PROJECT_ID = otaConfig.PROJECT_ID;
export const UPDATE_URL = otaConfig.UPDATE_URL;
Loading