File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/Views/Settings/AppInformation Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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' ] } ` }
Original file line number Diff line number Diff 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 ' ;
1010export const RUNTIME_VERSION = otaConfig . RUNTIME_VERSION ;
1111export const PROJECT_ID = otaConfig . PROJECT_ID ;
1212export const UPDATE_URL = otaConfig . UPDATE_URL ;
You can’t perform that action at this time.
0 commit comments