Jasper
Results
2
comments of
Jasper
Is it possible to merge this pull request? App bundles will be mandatory for new apps starting from the second half of this year.
In my current solution I make use of a build config file that specifies the `packageType` option: ```json { "android": { "release": { "packageType": "bundle" } } } ``` This...