Commit 9237ef1d authored by fallenstardust's avatar fallenstardust

3.11.11 LOG-O

parent 432487b8
...@@ -16,18 +16,19 @@ ...@@ -16,18 +16,19 @@
特别感谢: 尸体233,废话多,大毛, zhuhongbo, JSY1728, 幻兽L 等的支持与努力. 特别感谢: 尸体233,废话多,大毛, zhuhongbo, JSY1728, 幻兽L 等的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.11.10</li> <li style="color:#ffff00">3.11.11</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygopro内核; 1.更新ygopro内核;
2.新卡DBCB+VJ; 2.新卡SD47+CF01+VJ;
3.微调UI减少误触; 3.微调UI减少误触;
4.2024.9 TCG禁卡表; 4.2024.10 OCG禁卡表;
变更: 变更:
1.修正读取来自MDPro3卡组文件报错的问题; 1.升级lua5.4;
2.下载完扩展卡包后改为添加萌卡超先行服2区; 2.更改萌卡连入域名,修复部分地区无法访问萌卡的问题;
3.默认添加萌卡超先行服2区; 3.最多支持版本升至安卓6.0
4.修正不能正常召唤烙印人机卡组的问题;
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
......
...@@ -6,11 +6,11 @@ android { ...@@ -6,11 +6,11 @@ android {
defaultConfig { defaultConfig {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 21 minSdkVersion 23
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 311100975 versionCode 311110000
versionName "3.11.10" versionName "3.11.11"
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