oliviergauthier / gradle-appcenter-plugin

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

Return previosly deleted tasks to consistently assemble and upload app #30

Closed konstzv closed 4 years ago

konstzv commented 4 years ago

Hello, thank you for your plugin, it’s very helpful But in last version you remade tasks to give opportunity to upload already assemble apps But I would like to have tasks to consistently assemble and upload app

konstzv commented 4 years ago

Added pr https://github.com/oliviergauthier/gradle-appcenter-plugin/pull/31 It ll be nice if you ll check it

As an idea, a switch for choose which tasks to show : show all tasks show only tasks for uploading show only tasks for assembling and uploading

or two flags - showUploadTasks, showAssembleAndUploadTasks