Closed AnasNaouchi closed 11 months ago
Atome source api call was failing due to an extra parameter named stability being sent in the body request coming from the Parcelable class.
stability
Parcelable
To remove that parameter and make the api call successful we added an ignore annotation to remove the stability parameter
NOTE:
Similar issue: https://stackoverflow.com/questions/77639841/a-field-stability-is-added-in-my-parcelable-classes
Re-run the release job for the previous version from github actions and complete the process in nexus repo manager
Description
Atome source api call was failing due to an extra parameter named
stability
being sent in the body request coming from theParcelable
class.To remove that parameter and make the api call successful we added an ignore annotation to remove the
stability
parameterNOTE:
Related links:
Similar issue: https://stackoverflow.com/questions/77639841/a-field-stability-is-added-in-my-parcelable-classes
Rollback procedure
Re-run the release job for the previous version from github actions and complete the process in nexus repo manager