diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..b382006 --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index a611f40..87c5bfa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,22 +30,22 @@ PASSWORD=xintai2018 RELEASE=false # AI CLOUD 云平台 # 工具类 -MOGO_UTILS_VERSION=1.1.55-live +MOGO_UTILS_VERSION=1.1.58-live # 网络请求 -MOGO_NETWORK_VERSION=1.1.55-live +MOGO_NETWORK_VERSION=1.1.58-live # 网络DNS -MOGO_HTTPDNS_VERSION=1.1.55-live +MOGO_HTTPDNS_VERSION=1.1.58-live # 鉴权 -MOGO_PASSPORT_VERSION=1.1.55-live +MOGO_PASSPORT_VERSION=1.1.58-live # 常链接 -MOGO_SOCKET_VERSION=1.1.55-live +MOGO_SOCKET_VERSION=1.1.58-live # 数据采集 -MOGO_REALTIME_VERSION=1.1.55-live +MOGO_REALTIME_VERSION=1.1.58-live # 探路,道路事件发布,获取 -MOGO_TANLU_VERSION=1.1.55-live +MOGO_TANLU_VERSION=1.1.58-live # 直播推流 -MOGO_LIVE_VERSION=1.1.55-live +MOGO_LIVE_VERSION=1.1.58-live # 直播拉流 -MOGO_TRAFFICLIVE_VERSION=1.1.55-live +MOGO_TRAFFICLIVE_VERSION=1.1.58-live # 定位服务 -MOGO_LOCATION_VERSION=1.1.55-live +MOGO_LOCATION_VERSION=1.1.58-live diff --git a/upload.sh b/upload.sh index c835c8b..4049f34 100755 --- a/upload.sh +++ b/upload.sh @@ -1,5 +1,4 @@ #!/bin/bash - function upload(){ ./gradlew $1:clean $1:uploadArchives if [ $? -ne 0 ];then exit; fi @@ -8,4 +7,5 @@ function upload(){ for module in `cat modules.txt`; do upload $module -done \ No newline at end of file +done +echo -e "\033[32m 恭喜你完成了所有MoGo模块上传 \033[0m" \ No newline at end of file