game-ci / documentation

📚 Documentation for GameCI open source projects
https://game.ci
MIT License
178 stars 117 forks source link

androidExportType not really deprecated #394

Closed Haelle closed 1 year ago

Haelle commented 1 year ago

When building an AndroidAppBundle the documentation says that androidAppBundle is deprecated but it's not, you still have to set it to true. If not an APK is generated.

So from the documentation I understood that I only needed to set androidExportType: 'androidAppBundle' but I also have to set androidAppBundle: true.

I don't know if it's a bug or a problem in the documentation so I didn't made a PR on the documentation.

You can have a look to this commit that introduce androidAppBundle: true and the CI correctly generate an AAB, where before it was an APK.

P.S: ok you cannot see the artifcats but I assure you it was an APK

davidmfinol commented 1 year ago

The documentation got a bit ahead here. This should be fixed once v3 is released.