You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
402 B

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
// Common
NODE_JS: '>= 14',
YARN: '>= 1.10.x',
NPM: '>= 4.x',
JAVA: '>= 11',
// Android
ANDROID_SDK: '>= 33.x',
ANDROID_NDK: '>= 23.x',
// iOS
XCODE: '>= 12.x',
COCOAPODS: '>= 1.10.0'
};
exports.default = _default;
//# sourceMappingURL=versionRanges.js.map