Commit feb2e7d3 authored by fallenstardust's avatar fallenstardust

默认打开额外卡库

parent 83d705d8
......@@ -22,10 +22,18 @@
<pre>
更新:
1.更新ygo内核;
2.完善卡组编辑;
2.完善卡组编辑数量统计
优化:
1.启动ygo时增加tips;
2.完善版本号显示;
3.修改功能按钮位置;
4.微调UI;
5.默认开启额外卡库-可用PC先行补丁;
修复:
1.完善全面屏机型适配策略;
2.部分机型无法萌卡匹配的问题;
3.一些机型总是误清除数据库的问题;
4.回合时间图标错误;
</pre>
<ul>
<li style="color:#ffffff">3.3.1</li>
......
......@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile"
minSdkVersion 16
targetSdkVersion 22
versionCode 33020616
versionCode 33020619
versionName "3.3.2"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
......
......@@ -18,7 +18,7 @@ public interface Constants {
int PREF_DEF_IMAGE_QUALITY = 1;
String PREF_GAME_FONT = "pref_key_game_font_name";
String PREF_USE_EXTRA_CARD_CARDS = "settings_game_diy_card_db";
boolean PREF_DEF_USE_EXTRA_CARD_CARDS = false;
boolean PREF_DEF_USE_EXTRA_CARD_CARDS = true;
String PREF_FONT_ANTIALIAS = "pref_key_game_font_antialias";
boolean PREF_DEF_FONT_ANTIALIAS = true;
String PREF_OPENGL_VERSION = "pref_key_game_ogles_config";
......
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