update sdk to v5.4

This commit is contained in:
arraykeys@gmail.com
2018-08-30 16:35:31 +08:00
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#/bin/bash
VER="v5.3"
VER="v5.4"
rm -rf sdk-android-*.tar.gz
rm -rf android
mkdir android

View File

@ -1,5 +1,5 @@
#/bin/bash
VER="v5.3"
VER="v5.4"
rm -rf sdk-ios-*.tar.gz
rm -rf ios
mkdir ios

View File

@ -24,7 +24,7 @@ import (
kingpin "gopkg.in/alecthomas/kingpin.v2"
)
const SDK_VERSION = "5.3"
const SDK_VERSION = "5.4"
var (
app *kingpin.Application

View File

@ -1,5 +1,5 @@
#/bin/bash
VER="v5.3"
VER="v5.4"
rm -rf sdk-linux-*.tar.gz
rm -rf README.md libproxy-sdk.so libproxy-sdk.h libproxy-sdk.a

View File

@ -1,5 +1,5 @@
#/bin/bash
VER="v5.3"
VER="v5.4"
rm -rf *.tar.gz
rm -rf README.md libproxy-sdk.dylib libproxy-sdk.h

View File

@ -1,5 +1,5 @@
#/bin/bash
VER="v5.3"
VER="v5.4"
#sudo rm /usr/local/go
#sudo ln -s /usr/local/go1.10.1 /usr/local/go