From 787137f6a28733e71cca87db9ba5f80da9c9fcbe Mon Sep 17 00:00:00 2001 From: yezhiqiu <983577727@qq.com> Date: Tue, 30 Sep 2025 10:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=90=8D=E9=85=8D=E7=BD=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/encodings.xml | 4 ++++ .../compile-file-map.properties | 2 +- local.properties | 14 ++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .idea/encodings.xml create mode 100644 local.properties diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..da0415a --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/FastBleLib/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/FastBleLib/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties index 05f1889..0101f4d 100644 --- a/FastBleLib/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +++ b/FastBleLib/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -1 +1 @@ -#Mon Sep 29 15:22:53 CST 2025 +#Tue Sep 30 10:14:20 CST 2025 diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..8eb663c --- /dev/null +++ b/local.properties @@ -0,0 +1,14 @@ +## This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +#Tue Jul 12 12:13:20 CST 2022 +sdk.dir=H\:\\androidSdk + +#签名文件配置信息 +keyStoreFile=E\:\\AndroidProject\\key\\shanrenkey.jks +keyStorePassword=ShanrenSport365 +keyAlias=ShanrenSportKey +keyAliasPassword=ShanrenSport365 \ No newline at end of file