仅自用,shadow 远程依赖包。
https://github.com/Tencent/Shadow
或
https://gitee.com/Tencent/Shadow
ext.shadow_version = '2.1.0-02276915-SNAPSHOT'
android{
...
allprojects {
repositories {
maven { url "https://gitee.com/amyocean/shadow-publish/raw/master" }
}
}
}
implementation "com.tencent.shadow.dynamic:host:$shadow_version"
implementation "com.tencent.shadow.dynamic:manager:$shadow_version"
compileOnly "com.tencent.shadow.core:common:$shadow_version"
compileOnly "com.tencent.shadow.dynamic:host:$shadow_version"
classpath "com.tencent.shadow.core:gradle-plugin:$shadow_version"