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
24a9719a
Unverified
Commit
24a9719a
authored
Dec 22, 2019
by
Don Gagne
Committed by
GitHub
Dec 22, 2019
Browse files
Merge pull request #8156 from DonLakeFlyer/AndroidPackage
Fix typo
parents
e41c809c
7fff6600
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/google_play_upload.py
View file @
24a9719a
...
...
@@ -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