11 lines
259 B
TypeScript
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;
|