We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28b207 commit ffc05deCopy full SHA for ffc05de
1 file changed
app/constants/ota.ts
@@ -10,7 +10,7 @@ import otaConfig from '../../ota.config.js';
10
* Reset when releasing a new native build as appropriate for that line.
11
* Kept here (not only in ota.config.js) so changes there do not alter the Expo fingerprint and break CI.
12
*/
13
-export const OTA_VERSION: string = 'v7.77.78';
+export const OTA_VERSION: string = 'v7.80.12';
14
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
15
export const PROJECT_ID = otaConfig.PROJECT_ID;
16
export const UPDATE_URL = otaConfig.UPDATE_URL;
0 commit comments