From 390261037c530be2a59e99a93ed44f6817d0d006 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 12 六月 2023 21:18:58 +0800 Subject: [PATCH] 2023年06月12日21:18:47 --- app/build.gradle | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 620abc7..34b647a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ compileSdk 32 defaultConfig { - applicationId "com.example.photovoltaic" + applicationId "com.hdl.photovoltaic" minSdk 23 targetSdk 32 versionCode 1 @@ -39,8 +39,12 @@ 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' +// implementation 'org.greenrobot:eventbus:3.0.0' + implementation 'com.hdl.hdlhttp:hxhttp:1.0.4' + + } \ No newline at end of file -- Gitblit v1.8.0