Commit 6806cea8 authored by fallenstardust's avatar fallenstardust

3.10.2 LOG-O

parent dc0a736a
...@@ -16,16 +16,14 @@ ...@@ -16,16 +16,14 @@
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力. 特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.10.0</li> <li style="color:#ffff00">3.10.2</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡SR13+T1109 2.新卡DBAD+VJ+YCSW
变更: 变更:
1.优化萌卡切换用户按钮; 1.修复了萌卡切换用户时本地账号不同步更改的问题;
2.调整聊天室布局;
3.修复卡组文件出现不正常密码而闪退的问题;
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
......
<?xml version="1.0" encoding="utf-8"?>
<litepal>
<dbname value="local" />
<version value="2" />
<list>
<!--课表-->
<mapping class="cn.garymb.ygomobile.ui.mycard.bean.McUser" />
</list>
</litepal>
\ No newline at end of file
...@@ -9,8 +9,8 @@ android { ...@@ -9,8 +9,8 @@ android {
minSdkVersion 21 minSdkVersion 21
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 310010815 versionCode 310020906
versionName "3.10.1" versionName "3.10.2"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
......
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