@@ -24,7 +24,6 @@ type Messages = {
2424 errorFailedToRunQualityCriteria : string ;
2525 errorIconUrlMustExist : ( manifest : string ) => string ;
2626 errorPlayBillingEnableNotifications : string ;
27- errorPlayBillingAlphaDependencies : string ;
2827 errorMaxLength : ( maxLength : number , actualLength : number ) => string ;
2928 errorMinLength : ( minLength : number , actualLength : number ) => string ;
3029 errorMissingManifestParameter : string ;
@@ -149,8 +148,6 @@ export const enUS: Messages = {
149148 yellow ( '\nFailed to run the PWA Quality Criteria checks. Skipping.' ) ,
150149 errorPlayBillingEnableNotifications : red ( `Play Billing requires ${ cyan ( 'enableNotifications' ) } ` +
151150 `to be ${ cyan ( 'true' ) } .` ) ,
152- errorPlayBillingAlphaDependencies : red ( `Play Billing requires ${ cyan ( 'alphaDependencies' ) } ` +
153- 'to be enabled.' ) ,
154151 errorMaxLength : ( maxLength , actualLength ) : string => {
155152 return `Maximum length is ${ maxLength } but input is ${ actualLength } .` ;
156153 } ,
@@ -370,7 +367,7 @@ the PWA:
370367 promptMaskableIconUrl : 'Maskable icon URL:' ,
371368 promptMonochromeIconUrl : 'Monochrome icon URL:' ,
372369 promptShortcuts : 'Include app shortcuts?' ,
373- promptPlayBilling : 'Include support for Play Billing (this relies on alpha dependencies) ?' ,
370+ promptPlayBilling : 'Include support for Play Billing?' ,
374371 promptLocationDelegation : 'Request geolocation permission?' ,
375372 promptPackageId : 'Application ID:' ,
376373 promptKeyPath : 'Key store location:' ,
0 commit comments