fix bug of implementation of loc has been removed , it can be wrong when use local code
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user