From b085e49cc9d44bb422e3ee77118190048a0e832b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 25 Nov 2020 11:57:29 +0800 Subject: [PATCH] fix bug of gradle --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 01b7631732..ed531a91d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -430,6 +430,7 @@ dependencies { apply from: "./functions/tts.gradle" apply from: "./functions/backwidget.gradle" apply from: "./functions/mediaui.gradle" + apply from: "./functions/bizcallchat.gradle" apply from: "./functions/bizguide.gradle" // implementation group: "com.tencent.matrix", name: "matrix-android-lib", version: '0.6.6', changing: true