Skip to content

Commit a069c2f

Browse files
committed
7.62.88 ota v1
1 parent afa1cbc commit a069c2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/components/Views/Settings/AppInformation/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ class AppInformation extends PureComponent {
223223
<Text style={styles.versionInfo}>
224224
{getFullVersion(this.state.appInfo)}
225225
</Text>
226+
<Text style={styles.versionInfo}>This is OTA update v1 text</Text>
226227
{isQa ? (
227228
<Text style={styles.branchInfo}>
228229
{`Branch: ${process.env['GIT_BRANCH']}`}

app/constants/ota.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import otaConfig from '../../ota.config.js';
66
* Reset to v0 when releasing a new native build
77
* We keep this OTA_VERSION here to because changes in ota.config.js will affect the fingerprint and break the workflow in Github Actions
88
*/
9-
export const OTA_VERSION: string = 'v0';
9+
export const OTA_VERSION: string = 'v1';
1010
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
1111
export const PROJECT_ID = otaConfig.PROJECT_ID;
1212
export const UPDATE_URL = otaConfig.UPDATE_URL;

0 commit comments

Comments
 (0)