From 3ea2633e2113e35c431e165b4c94dca66ca191ae Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 30 六月 2023 17:27:37 +0800 Subject: [PATCH] Merge branch 'hxb' into wjc --- app/build.gradle | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a2a4d12..3819430 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,10 @@ implementation 'androidx.navigation:navigation-fragment:2.3.5' implementation 'androidx.navigation:navigation-ui:2.3.5' implementation 'androidx.legacy:legacy-support-v4:1.0.0' + implementation project(path: ':third-zxing') + //Link鏈湴搴� + implementation project(path: ':HDLLinkLocalSdk') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' -- Gitblit v1.8.0