You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like today app center disables deprecated API for uploads so I had to switch to 1.3.0 version of this plugin. However it was impossible to use it for.
I've got flavor env with values dev, prod so I use appCenterUploadDevRelease task for upload of app to appcenter. And I receive such error
Could not determine the dependencies of task ':app:appCenterUploadMappingDevRelease'.
> Task with path 'assembleMappingDevRelease' not found in project ':app'
When I tried to just upload apk with task appCenterUploadApkDevRelease I got another error
* What went wrong:
Could not determine the dependencies of task ':app:appCenterUploadApkDevRelease'.
> Task with path 'assembleApkDevRelease' not found in project ':app'.
It looks like when trying to add dependencies tasks names of these tasks were wrongly created as I suppose it should be assembleDevRelease instead of assembleApkDevRelease or assembleMappingDevRelease
The text was updated successfully, but these errors were encountered:
Looks like today app center disables deprecated API for uploads so I had to switch to 1.3.0 version of this plugin. However it was impossible to use it for.
I've got flavor
env
with valuesdev
,prod
so I useappCenterUploadDevRelease
task for upload of app to appcenter. And I receive such errorWhen I tried to just upload apk with task
appCenterUploadApkDevRelease
I got another errorIt looks like when trying to add dependencies tasks names of these tasks were wrongly created as I suppose it should be
assembleDevRelease
instead ofassembleApkDevRelease
orassembleMappingDevRelease
The text was updated successfully, but these errors were encountered: