Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
echo-adr-Deprecated
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
echo
echo-adr-Deprecated
Commits
0536b861
Commit
0536b861
authored
Aug 01, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apk发布脚本
parent
47bf8b12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
build.gradle
app/build.gradle
+1
-0
releaseapk.sh
releaseapk.sh
+5
-0
No files found.
app/build.gradle
View file @
0536b861
...
...
@@ -11,6 +11,7 @@ android {
versionName
"1.0"
multiDexEnabled
true
archivesBaseName
=
"EchoClient"
}
signingConfigs
{
...
...
releaseapk.sh
0 → 100755
View file @
0536b861
#!/usr/bin/env bash
cd
`
dirname
$0
`
./gradlew app:assemble
scp app/build/outputs/apk/release/EchoClient-release.apk root@echonew.virjar.com:/opt/static/
\ No newline at end of file
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