[线程优化]将版本声明成全局变量

This commit is contained in:
renwj
2022-09-26 18:52:01 +08:00
parent 4b07a4c98b
commit e2b1a7d925
3 changed files with 9 additions and 1 deletions

View File

@@ -279,6 +279,10 @@ dependencies {
androidTestImplementation rootProject.ext.dependencies.androidx_espresso_core
androidTestImplementation rootProject.ext.dependencies.localbroadcastmanager
androidTestImplementation rootProject.ext.dependencies.mogo_v2x
if (isAndroidTestBuild()) {
implementation "com.mogo.thread.opt:lib:${THREAD_OPT_VERSION}"
}
}
if (!isAndroidTestBuild()) {