Skip to content

Instantly share code, notes, and snippets.

@julioz
Created April 27, 2016 01:18
Show Gist options
  • Save julioz/aeba36d2391c92a2c69b9cdf79ce86e1 to your computer and use it in GitHub Desktop.
Save julioz/aeba36d2391c92a2c69b9cdf79ce86e1 to your computer and use it in GitHub Desktop.
Atribuição à Trilha de Release
Tracks tracks = edits.tracks();
List<Integer> versions = Collections.singletonList(versionCode);
Track track = new Track().setVersionCodes(versions);
tracks.update(PACKAGE, transactionId, trackId, track).execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment