Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
7fff6600
Commit
7fff6600
authored
Dec 22, 2019
by
Don Gagne
Browse files
Fix typo
parent
383a4dda
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/google_play_upload.py
View file @
7fff6600
...
...
@@ -74,7 +74,7 @@ def main():
track
=
release_track
,
packageName
=
package_name
,
body
=
{
u
'releases'
:
[{
u
'versionCodes'
:
str
(
[
apk_response
[
'versionCode'
])],
u
'versionCodes'
:
str
(
apk_response
[
'versionCode'
])],
u
'status'
:
u
'completed'
,
}]}).
execute
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment