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 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 9f64280..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
@@ -75,8 +75,8 @@
implementation 'com.wang.avi:library:2.1.3'
//鍦板潃閫夋嫨
implementation project(':pickerviewlibrary')
-
- implementation 'com.tencent.bugly:crashreport:latest.release'
+ implementation project(':easysocket')
+ implementation 'com.tencent.bugly:crashreport:4.1.9.3'
// 澶勭悊鍥剧墖
// implementation (name: 'ocr-library', ext: 'aar')
//鏉冮檺鐢宠
--
Gitblit v1.8.0