mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix typo in publish_apk.py
TBR=johnmccutchan@google.com Review URL: https://codereview.chromium.org/1235813007 .
This commit is contained in:
parent
0f7c0d6434
commit
b7534eaae1
@ -57,7 +57,7 @@ def publish_apk(service, package_name, apk_path, changes_text, track):
|
||||
listing_response = service.edits().apklistings().update(
|
||||
editId=edit_id, packageName=package_name, language='en-US',
|
||||
apkVersionCode=apk_response['versionCode'],
|
||||
body={'recentChanges': changes}).execute()
|
||||
body={'recentChanges': changes_text}).execute()
|
||||
|
||||
print ('Listing for language %s was updated.'
|
||||
% listing_response['language'])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user