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
729aafbe
Unverified
Commit
729aafbe
authored
Dec 22, 2019
by
Don Gagne
Committed by
GitHub
Dec 22, 2019
Browse files
Merge pull request #8162 from DonLakeFlyer/AndroidPackage
Bump version again
parents
8b52486e
11fb750d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/update_android_version.sh
View file @
729aafbe
...
@@ -10,9 +10,9 @@ VERSIONCODE=$(($(($patch*1000)) + $VERSIONCODE))
...
@@ -10,9 +10,9 @@ VERSIONCODE=$(($(($patch*1000)) + $VERSIONCODE))
VERSIONCODE
=
$(($((
$dev
))
+
$VERSIONCODE
))
VERSIONCODE
=
$(($((
$dev
))
+
$VERSIONCODE
))
# The android versionCode is for the entire package. It is the same for the 32 and 64 bit APKs.
# The android versionCode is for the entire package. It is the same for the 32 and 64 bit APKs.
# Due to various screwups in versioning/tagging the version code needs to be prepended with 65 to
# Due to various screwups in versioning/tagging the version code needs to be prepended with 65
0
to
# make it larger than all previous version codes.
# make it larger than all previous version codes.
VERSIONCODE
=
65
$VERSIONCODE
VERSIONCODE
=
65
0
$VERSIONCODE
MANIFEST_FILE
=
android/AndroidManifest.xml
MANIFEST_FILE
=
android/AndroidManifest.xml
...
...
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