From 7b80692e038ec9b1f06fbfdc61498c6ff3f97d71 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 28 三月 2024 15:13:25 +0800
Subject: [PATCH] 修改卡结构
---
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