From 389d1e5aedc99a3909c61db855b18a2936919942 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期四, 07 三月 2024 14:37:59 +0800 Subject: [PATCH] 修复设置电量单价时没有保留三位小数的bug --- app/build.gradle | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index be4093b..ca782cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ applicationId "com.dayu.recharge" minSdk 23 targetSdk 26 - versionCode 1 - versionName "1.0" + versionCode 14 + versionName "1.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -76,7 +76,8 @@ //鍦板潃閫夋嫨 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