Commit 4731e9d1 by sikang

同盾热插拔

parent aeb1b26b
apply plugin: 'walle' apply plugin: 'walle'
android{ android {
defaultConfig{ defaultConfig {
buildConfigField 'Boolean', 'IS_COLLECT_MODE', 'false' buildConfigField 'Boolean', 'IS_COLLECT_MODE', 'false'
buildConfigField 'Boolean', 'IS_DIVERSION_MODE', 'false' buildConfigField 'Boolean', 'IS_DIVERSION_MODE', 'false'
buildConfigField 'Boolean', 'IS_KSP', 'false' buildConfigField 'Boolean', 'IS_KSP', 'false'
...@@ -20,10 +20,17 @@ android{ ...@@ -20,10 +20,17 @@ android{
proguardFiles getDefaultProguardFile('proguard-android.txt'), '../lib_base/proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), '../lib_base/proguard-rules.pro'
} }
} }
lintOptions { lintOptions {
disable 'GoogleAppIndexingWarning' disable 'GoogleAppIndexingWarning'
} }
}
dependencies {
if ("${tongdun_parent_key}".size() > 5 ) {
implementation(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
}
} }
walle { walle {
......
...@@ -69,7 +69,7 @@ dependencies { ...@@ -69,7 +69,7 @@ dependencies {
//同盾 //同盾
//SDK-TD-START //SDK-TD-START
api(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar') compileOnly(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
//SDK-TD-END //SDK-TD-END
api(name: 'libfbref-release', ext: 'aar') api(name: 'libfbref-release', ext: 'aar')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment