Commit 4731e9d1 by sikang

同盾热插拔

parent aeb1b26b
apply plugin: 'walle'
android{
defaultConfig{
android {
defaultConfig {
buildConfigField 'Boolean', 'IS_COLLECT_MODE', 'false'
buildConfigField 'Boolean', 'IS_DIVERSION_MODE', 'false'
buildConfigField 'Boolean', 'IS_KSP', 'false'
......@@ -24,6 +24,13 @@ android{
lintOptions {
disable 'GoogleAppIndexingWarning'
}
}
dependencies {
if ("${tongdun_parent_key}".size() > 5 ) {
implementation(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
}
}
walle {
......
......@@ -69,7 +69,7 @@ dependencies {
//同盾
//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
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