nativescript-store-update
Version:
Keep your {N} App updated.
12 lines • 609 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.GooglePlayConstants = {
PLAY_STORE_PACKAGE_NOT_PUBLISHED_IDENTIFIER: "\n We're sorry, the requested URL was not found on this server.\n ",
PLAY_STORE_ROOT_WEB: "https://play.google.com/store/apps/details",
REGEX: {
DATE: /itemprop="datePublished">\s*([\w\s,.]*)\s*<\/div>\s*<\/div>/gm,
OS: /itemprop="operatingSystems">\s*([0-9.]*)[\w\s,]*<\/div>\s*<\/div>/gm,
VERSION: /itemprop="softwareVersion">\s*([0-9.]*)\s*<\/div>\s*<\/div>/gm,
},
};
//# sourceMappingURL=google-play.js.map
;