Commit 848ce904 authored by fallenstardust's avatar fallenstardust

3.11.13 LOG-O

parent 793cef62
...@@ -16,18 +16,18 @@ ...@@ -16,18 +16,18 @@
特别感谢: 尸体233,废话多,大毛, zhuhongbo, JSY1728, 幻兽L 等的支持与努力. 特别感谢: 尸体233,废话多,大毛, zhuhongbo, JSY1728, 幻兽L 等的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.11.12</li> <li style="color:#ffff00">3.11.13</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygopro内核; 1.更新ygopro内核;
2.新卡1207+t1206+VJ; 2.新卡TW02+VJ;
变更: 变更:
1.添加多语言超先行卡下载 1.支持萌卡论坛帖子点击保存文件
2.根据资料语言自动切换对应语言的超先行卡; 2.帖子卡组、录像、残局、补丁、禁卡表
3.微调界面文字 根据文件类型自动存放到对应位置
4.调整打乱算法 3.安卓15系统自动开启沉浸式
5.调整非独有卡筛选卡内容 4.提高图片选择时的缓存大小降低闪退可能
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
......
...@@ -9,8 +9,8 @@ android { ...@@ -9,8 +9,8 @@ android {
minSdkVersion 23 minSdkVersion 23
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 311120004 versionCode 311130000
versionName "3.11.12fix1" versionName "3.11.13"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndkVersion "21.3.6528147" ndkVersion "21.3.6528147"
......
...@@ -204,7 +204,7 @@ public class MainActivity extends HomeActivity implements BottomNavigationBar.On ...@@ -204,7 +204,7 @@ public class MainActivity extends HomeActivity implements BottomNavigationBar.On
if (enableStart) { if (enableStart) {
YGOStarter.startGame(this, null); YGOStarter.startGame(this, null);
} else { } else {
VUiKit.show(this, R.string.dont_start_game); YGOUtil.showTextToast(R.string.dont_start_game);
} }
} }
......
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