Skip to content

Instantly share code, notes, and snippets.

@julioz
Last active April 27, 2016 02:15
Show Gist options
  • Save julioz/414802334363929f74e648d4bea4bbfa to your computer and use it in GitHub Desktop.
Save julioz/414802334363929f74e648d4bea4bbfa to your computer and use it in GitHub Desktop.
Atualização do What's new
Apklistings apklistings = edits.apklistings();
ApkListing whatsnew = new ApkListing().setRecentChanges(whatsNewDescription);
apklistings.update(PACKAGE, transactionId, versionCode, language, whatsnew).execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment