From 1cbb505922e010cace51020773a2dc1529713322 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 06 三月 2024 16:12:58 +0800 Subject: [PATCH] 1.修改包名 --- app/build.gradle | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 390c27d..7ce4d78 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,11 +9,11 @@ keyPassword 'dycz@2023' } } - namespace 'com.dayu.recharge' + namespace 'com.dayu.rechargeqh' compileSdk 33 defaultConfig { - applicationId "com.dayu.recharge" + applicationId "com.dayu.rechargeqh" minSdk 23 targetSdk 26 versionCode 14 @@ -76,7 +76,7 @@ //鍦板潃閫夋嫨 implementation project(':pickerviewlibrary') implementation project(':easysocket') - implementation 'com.tencent.bugly:crashreport:latest.release' + implementation 'com.tencent.bugly:crashreport:4.1.9.3' // 澶勭悊鍥剧墖 // implementation (name: 'ocr-library', ext: 'aar') //鏉冮檺鐢宠 -- Gitblit v1.8.0