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

Deprecated AppCenter APIs #63

Closed hf closed 3 years ago

hf commented 3 years ago

This plugin uses deprecated AppCenter APIs as seen here https://openapi.appcenter.ms/#/distribute/releaseUploads_create and https://github.com/oliviergauthier/gradle-appcenter-plugin/blob/32aafa583aa843347663b5db7733b5586d655814/src/main/kotlin/com/betomorrow/gradle/appcenter/infra/AppCenterAPI.kt#L12-L24

jasonschroeder-sfdc commented 3 years ago

This might be a duplicate of #60 , which was fixed by #62 ?