* Add Task Google Play - Halt, allows automating the halt of a previously released Android app.
* Update readme file
* Bump up extension version
* Update Halt task
* Update Tasks/GooglePlayHalt/task.json
Co-authored-by: DaniilShmelev <72494759+DaniilShmelev@users.noreply.github.com>
* Bump up extension version
* use GooglePlayStatusUpdate instead of GooglePlayHalt
* 1. Remove keepUserFraction option; 2. rely on google api error.
* Added judgment on userFraction, illegal input such as non-empty non-number throws an error.
* Update Tasks/GooglePlayStatusUpdate/google-play-status-update.ts
Co-authored-by: DaniilShmelev <72494759+DaniilShmelev@users.noreply.github.com>
* Update readme file and some description.
* Clean up all unused functions/types.
* Update Tasks/GooglePlayStatusUpdate/package.json
Co-authored-by: Anatoly Bolshakov <v-anbols@microsoft.com>
* Update README.md
Co-authored-by: Anatoly Bolshakov <v-anbols@microsoft.com>
* Update Tasks/GooglePlayStatusUpdate/google-play-status-update.ts
Co-authored-by: Anatoly Bolshakov <v-anbols@microsoft.com>
* Replace any type with a specific type where possible
* use androidpublisher_v3.Resource$Edits type in getNewEdit, getTrack, updateTrack
* Replace AndroidRelease with androidpublisher_v3.Schema$TrackRelease
Co-authored-by: Yingjie Li <yingjieli@microsoft.com>
Co-authored-by: DaniilShmelev <72494759+DaniilShmelev@users.noreply.github.com>
Co-authored-by: Anatoly Bolshakov <v-anbols@microsoft.com>