MCPcopy Create free account
hub / github.com/TGX-Android/Publisher / traceMaxApkVersionCode

Function traceMaxApkVersionCode

main.js:620–633  ·  view source on GitHub ↗
(sdkVariant, abiVariant, versionCode, uploadDate, platform)

Source from the content-addressed store, hash-verified

618 const minorVersion = monthYears(buildDate, fromDate);
619 callback({code: buildVersion, name: majorVersion + '.' + minorVersion + '.' + buildVersion});
620 });
621 }
622 });
623}
624
625function escapeMarkdown (text) {
626 if (!text)
627 return text;
628 return text.replace(/\\/g, '\\\\').replace(/\-/g, '\\-').replace(/\*/g, '\\*').replace(/\./g, '\\.').replace(/\!/g, '\\!');
629}
630
631function escapeHtml (text) {
632 if (!text)
633 return text;
634 return text.replace(/</g, '&lt;').replace(/>/g, '&gt;');
635}
636

Callers 3

uploadToGooglePlayFunction · 0.85
uploadToHuaweiAppGalleryFunction · 0.85
uploadToGithubFunction · 0.85

Calls 3

ucfirstFunction · 0.85
getObjectFunction · 0.85
storeObjectFunction · 0.85

Tested by

no test coverage detected