Commit c82c7ef4 authored by fallenstardust's avatar fallenstardust
parents fe75d12e 38174c58
......@@ -16,13 +16,15 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li style="color:#ffff00">3.7.1</li>
<li style="color:#ffff00">3.7.2</li>
</ul>
<pre>
更新:
更新:
1.更新ygo内核;
2.新卡TCG1012+VJ;
3.可选是否c1也出现连锁数字图标动画;
2.新卡DP24;
变更:
1.卡组数量1以下时安装新版本会检查备份卡组并提示;
2.卡组数量1以上时不再复制SAMPLE卡组;
</pre>
<h3 style="color:#ff0000">注意</h3>
<pre>
......
......@@ -8,8 +8,8 @@ android {
applicationId "cn.garymb.ygomobile"
minSdkVersion 21
targetSdkVersion 28
versionCode 370100528
versionName "3.7.1"
versionCode 370100606
versionName "3.7.2"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
ndk {
......
......@@ -240,9 +240,6 @@ public class AppsSettings {
}
private void makeZipList(List<String> pathList) {
pathList.add(new File(getResourcePath(), Constants.CORE_PICS_ZIP).getAbsolutePath());
pathList.add(new File(getResourcePath(), Constants.CORE_SCRIPTS_ZIP).getAbsolutePath());
//
if (isReadExpansions()) {
File expansionsDir = getExpansionsPath();
if (expansionsDir.exists()) {
......@@ -270,6 +267,8 @@ public class AppsSettings {
}
}
}
pathList.add(new File(getResourcePath(), Constants.CORE_PICS_ZIP).getAbsolutePath());
pathList.add(new File(getResourcePath(), Constants.CORE_SCRIPTS_ZIP).getAbsolutePath());
}
/***
......
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