From 5325e22a184b53aadcc5e9552cb1ec54f9c8ad81 Mon Sep 17 00:00:00 2001 From: guoshen <3129367635@qq.com> Date: 星期六, 29 六月 2024 16:33:11 +0800 Subject: [PATCH] 加入了直播、会议功能 --- app/build.gradle | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a6cf7dc..7e88bd9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,6 +70,7 @@ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1' implementation 'com.google.android.material:material:1.8.0' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' -- Gitblit v1.9.1