Commit 0536b861 authored by Administrator's avatar Administrator

apk发布脚本

parent 47bf8b12
......@@ -11,6 +11,7 @@ android {
versionName "1.0"
multiDexEnabled true
archivesBaseName = "EchoClient"
}
signingConfigs {
......
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment