You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/constants.ts
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,11 @@ export class BundleValidatorMessages {
245
245
}
246
246
247
247
exportclassAndroidBundleValidatorMessages{
248
-
publicstaticAAB_NOT_SUPPORTED_BY_COMMNAND_MESSAGE="This command does not support --aab (Android Application Bundle) parameter.";
249
-
publicstaticRUNTIME_VERSION_TOO_LOW="Android Application Bundle (--aab) option requires NativeScript Android Runtime (tns-android) version %s and above.";
248
+
publicstaticAAB_NOT_SUPPORTED_BY_COMMNAND_MESSAGE="This command does not support --aab (Android App Bundle) parameter.";
249
+
publicstaticNOT_SUPPORTED_RUNTIME_VERSION="Android App Bundle (--aab) option requires NativeScript Android Runtime (tns-android) version %s and above.";
250
+
}
251
+
252
+
exportclassAndroidAppBundleMessages{
253
+
publicstaticANDROID_APP_BUNDLE_DOCS_MESSAGE="What is Android App Bundle: https://docs.nativescript.org/tooling/publishing/android-app-bundle";
254
+
publicstaticANDROID_APP_BUNDLE_PUBLISH_DOCS_MESSAGE="How to use Android App Bundle for publishing: https://docs.nativescript.org/tooling/publishing/publishing-android-apps#android-app-bundle";
0 commit comments