Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
cfa151aa
Unverified
Commit
cfa151aa
authored
Oct 03, 2019
by
Don Gagne
Committed by
GitHub
Oct 03, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7861 from DonLakeFlyer/GooglePlay
Fix daily build upload to Google Play
parents
2f747d08
b81a9fdc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
update_android_version.sh
tools/update_android_version.sh
+1
-1
No files found.
.travis.yml
View file @
cfa151aa
...
...
@@ -162,7 +162,7 @@ before_script:
-
if [ "${SPEC}" = "android-clang" ]; then
git remote set-branches origin 'master' &&
git fetch --tags origin master &&
./tools/update_android_version.sh ${BITNESS};
./tools/update_android_version.sh ${BITNESS}
${TRAVIS_BRANCH}
;
fi
script
:
...
...
tools/update_android_version.sh
View file @
cfa151aa
...
...
@@ -15,7 +15,7 @@ VERSIONCODE=$1$VERSIONCODE
MANIFEST_FILE
=
android/AndroidManifest.xml
# manifest package
if
[
${#
dev
}
-gt
0
]
;
then
if
[
"
$2
"
=
"master"
]
;
then
QGC_PKG_NAME
=
"org.mavlink.qgroundcontrolbeta"
sed
-i
-e
's/package *= *"[^"]*"/package="'
$QGC_PKG_NAME
'"/'
$MANIFEST_FILE
echo
"Android package name:
$QGC_PKG_NAME
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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