-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support bundle #64
base: master
Are you sure you want to change the base?
support bundle #64
Conversation
Is it possible to merge this pull request? App bundles will be mandatory for new apps starting from the second half of this year. |
This would be a great option! |
On it! |
This PR is adding the --bundle parameter for build. Are you sure it's working as expected? |
yes either as @andrey3diq said or go into platforms folder and do gradle buildRelease it has to be changed |
Is there any documentation for |
Hi @joshdholtz Here you see the Ionic v3 docs regarding Cordova builds: And here the cordova docs: |
Any solutions to this? |
In my current solution I make use of a build config file that specifies the {
"android": {
"release": {
"packageType": "bundle"
}
}
} This config file can be referenced using the ionic(
platform: 'android',
prod: true,
cordova_build_config_file: 'build_config.json',
) Hope this helps! |
To support latest bundle requirement for google play store here is extra option added