From 5308d04e20f3dca6d56ccc3e2b460374540716a6 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 06 六月 2023 18:20:13 +0800
Subject: [PATCH] 2023年06月06日18:19:36

---
 app/build.gradle |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 2c43ce4..f2ec162 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -39,8 +39,11 @@
     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')
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
     implementation 'org.greenrobot:eventbus:3.0.0'
+
+
 }
\ No newline at end of file

--
Gitblit v1.8.0