new Track().setVersionCodes(apkVersionCodes));
Track updatedTrack = updateTrackRequest.execute();
log.info(String.format("Track %s has been updated.", updatedTrack.getTrack()));
// Update recent changes field in apk listing.
final ApkListing newApkListing = new ApkListing();
newApkListing.setRecentChanges(APK_LISTING_RECENT_CHANGES_TEXT);
Apklistings.Update
updateRecentChangesRequest = edits
.apklistings()
.update(ApplicationConfig.PACKAGE_NAME,