From fe46c48447c715907aa7d0cae32d61d07850f0b9 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Mon, 2 Mar 2020 16:50:48 +0800 Subject: [PATCH] offline mode --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8ff3f22afd..2f04173372 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/ USERNAME=xintai PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 -RELEASE=true +RELEASE=false # 模块版本 ## 工程内模块 MOGO_MODULE_SHARE_VERSION=1.0.2-SNAPSHOT