Commit 848ce904 authored by fallenstardust's avatar fallenstardust

3.11.13 LOG-O

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