From 144fa65fb1c7f61e25addd5593deb9bf328c2716 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Tue, 28 Nov 2023 15:11:42 +0800 Subject: [PATCH] =?UTF-8?q?[6.2.0]=20[gradle]=20[gradle=20=E6=81=A2?= =?UTF-8?q?=E5=A4=8D]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/bytex/bytex.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/bytex/bytex.gradle b/gradle/bytex/bytex.gradle index e7234ebe60..daa366db18 100644 --- a/gradle/bytex/bytex.gradle +++ b/gradle/bytex/bytex.gradle @@ -13,7 +13,7 @@ if (!isAndroidTest) { apply from: rootProject.file('gradle/bytex/bytex_log_chain.gradle') apply from: rootProject.file('gradle/bytex/bytex_sticky_service.gradle') apply from: rootProject.file('gradle/bytex/bytex_thread_opt.gradle') -// apply from: rootProject.file('gradle/bytex/bytex_lancetx.gradle') + apply from: rootProject.file('gradle/bytex/bytex_lancetx.gradle') apply from: rootProject.file('gradle/bytex/bytex_apm.gradle') apply from: rootProject.file('gradle/bytex/bytex_systrace.gradle') apply from: rootProject.file('gradle/bytex/bytex_matrix.gradle')