首先调用一遍
providedAarCompat()
然后就可以正常使用providedAar了,如
dependencies {
providedAar 'com.tencent.tinker:tinker-android-lib:1.9.1'
}
目前只支持如下版本
- android gradle plugin [1.3.0,3.1.0], 支持传递依赖
小于1.3.0的版本不支持,抛异常
if (isAapt2EnabledCompat()) {
} else {
}
if (isAapt2JniEnabledCompat()) {
} else {
}
if (isAapt2DaemonModeEnabledCompat()) {
} else {
}
String androidGradlePluginVersion = getAndroidGradlePluginVersionCompat()
boolean onJenkins = isJenkins()
String packageForR = getPackageForRCompatCompat('release')
File rFile = getRFileCompat('release')
File rDir = getRDirCompat('release')
File apFile = getPublishApFileCompat('release')