wooga/atlas-appcenter

Refactor uploader logic into class

Closed this issue · 0 comments

Description

With the patches #27 and #28 the whole upload process became way more complicated. This pluging started as a very simple wrapper around a single https call. With the latest changes handling error or recall logic become very hard. It is time to refactor the uploader out into it's own class/instance. The gradle task should only setyp an uploader object and invoke it. The general uploade flow should then be contained within this uploader class.