fix bug of implementation of loc has been removed , it can be wrong when use local code

This commit is contained in:
zhongchao
2022-01-10 20:21:39 +08:00
parent b3c8c0b868
commit a58faf82ad
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
// passport-for-sdk 外部SDK版本
implementation 'com.zhidao.thirdlogin:third-login:1.0.2'
api 'com.zhidao.thirdlogin:third-login:1.0.2'
// passport-for-internal 内部SDK版本
implementation 'com.zhidao.accountservice:account-sdk:1.0.18'

View File

@@ -33,7 +33,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
USERNAME=xintai
PASSWORD=xintai2018
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
RELEASE=true
RELEASE=false
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.3.15