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

Missing release notes in App Center #74

Open mariuszmachniakzendesk opened 2 years ago

mariuszmachniakzendesk commented 2 years ago

Hi, I noticed the latest plugin version 1.3.0 doesn't include release notes to the App center upload. Despite they are provided in the Gradle configuration like this:

appcenter { apiToken = .... ownerName = "...." releaseNotes = "...." apps {......

Is there any known issue or format change in App center?