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

Support AAB #71

Closed KarolKsionek closed 2 years ago

KarolKsionek commented 3 years ago

Added support for uploading AAB build artifacts.

Unfortunately some changes were required to comparison mechanism, as now users may want to specify uploading both apk (for testers) and app bundle (to publish) of the same variant.

Fixes issues: https://github.com/oliviergauthier/gradle-appcenter-plugin/issues/54, https://github.com/oliviergauthier/gradle-appcenter-plugin/issues/42