erisu opened a new pull request #1268:
URL: https://github.com/apache/cordova-android/pull/1268


   ### Motivation, Context & Description
   
   This PR changes the default package type of the release builds to be `aab` 
(Android App Bundle). In August, AAB format is required for all new apps.
   
   https://developer.android.com/distribute/play-policies#RequirementForNewApps
   
   Exisiting apps can continue to release APK packages till November. To 
continue to build release APK, append the `--buildType=apk` flag to the build 
command.
   
   ### Testing
   
   - `npm t`
   - Android build with command line
   
   ### Checklist
   
   - [x] I've run the tests to see all new and existing tests pass
   - [ ] I've updated the documentation if necessary
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to