Testing Google publisher fix (#773)

This commit is contained in:
Matt Portune 2020-03-13 21:50:00 -04:00 committed by GitHub
parent b2b12be3b0
commit a4eff45534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ namespace Bit.Publisher
var trackRequest = service.Edits.Tracks.Update(new Track
{
TrackValue = _track,
Releases = new List<TrackRelease>
{
new TrackRelease { VersionCodes = new List<long?> { apk.VersionCode }, Status = "completed" }