Commit 5ebdc826 authored by fallenstardust's avatar fallenstardust

changelog

parent cc60a416
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
2.新卡HC01+T1107+VJ; 2.新卡HC01+T1107+VJ;
变更: 变更:
1.修正卡组码不完整导致的闪退问题; 1.修正卡组码不完整导致的闪退问题;
fix1修正:
1.修正卡图错误;
2.修正先行卡的字段读不出的问题;
3.一些情况下收藏夹丢失的问题。
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
......
...@@ -9,7 +9,7 @@ android { ...@@ -9,7 +9,7 @@ android {
minSdkVersion 21 minSdkVersion 21
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 390500307 versionCode 390500316
versionName "3.9.5" versionName "3.9.5"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment