From 389d1e5aedc99a3909c61db855b18a2936919942 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 07 三月 2024 14:37:59 +0800
Subject: [PATCH] 修复设置电量单价时没有保留三位小数的bug

---
 local.properties |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/local.properties b/local.properties
index 90aa526..95b3ee2 100644
--- a/local.properties
+++ b/local.properties
@@ -4,5 +4,6 @@
 # Location of the SDK. This is only used by Gradle.
 # For customization when using a Version Control System, please read the
 # header note.
-#Sat Nov 11 20:12:34 CST 2023
-sdk.dir=D\:\\sdk
+#Tue Dec 19 11:21:25 CST 2023
+sdk.dir=D\:\\android\\sdk
+ndk.dir=D\:\\android\\sdk\\ndk\\android-ndk-r21
\ No newline at end of file

--
Gitblit v1.8.0