oliviergauthier / gradle-appcenter-plugin

This gradle plugin allow you to upload each build variant of your android application to separate AppCenter Apps.
MIT License
85 stars 45 forks source link

App bundle .aab support #42

Open srinivas3120 opened 4 years ago

srinivas3120 commented 4 years ago

Appcenter has Store distribution enabled and connect with play console

Following is the snippet for publishing to store.

appcenter distribute stores publish \ --file /path/to/file.aab \ --store Production \ --app {app_owner}/{app_name} \ --release-notes "Some note." For more info: https://docs.microsoft.com/en-us/appcenter/distribution/stores/googleplay

roberto-m commented 4 years ago

Any plan to release a new plugin version with app bundle support?

adarzulfu commented 2 years ago

I didn't fully get it. Do you have .aab upload sport? Some commits are reverted as far as I see. I assume that you don't have aab upload support, don't you?