mattermost-mobile/app/constants/versions.ts
Tanmay Vardhaman Thole f798423a22
copy channel purpose text implemented (#7586)
* copy channel purpose text implemented

* import sequence fixed

* fix: constants added
2023-10-09 18:36:56 +02:00

11 lines
259 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export const GM_AS_DM_VERSION = [9, 1, 0];
export const OS_VERSION = {
ANDROID: 'android',
IOS: 'ios',
};
export const ANDROID_33 = 33;