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