Commit 891c12a3 authored by fallenstardust's avatar fallenstardust

重置资源不做音乐复制

parent 05950917
......@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile"
minSdkVersion 21
targetSdkVersion 28
versionCode 370200607
versionCode 370200612
versionName "3.7.2"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
......
......@@ -275,9 +275,9 @@ public class MainActivity extends HomeActivity {
IOUtils.copyFilesFromAssets(this, getDatapath(Constants.CORE_SKIN_PATH),
AppsSettings.get().getCoreSkinPath(), false);
/*
IOUtils.copyFilesFromAssets(this, getDatapath(Constants.CORE_SOUND_PATH),
AppsSettings.get().getSoundPath(), false);
AppsSettings.get().getSoundPath(), false);*/
//复制原目录文件
if (new File(ORI_DECK).list() != null)
......
......@@ -108,7 +108,7 @@ public class YGODialogUtil {
try {
deckList.addAll(DeckUtil.getExpansionsDeckList());
} catch (IOException e) {
YGOUtil.show("额外卡库加载失败,愿意为" + e);
YGOUtil.show("额外卡库加载失败,原因为" + e);
}
}
}
......@@ -127,7 +127,7 @@ public class YGODialogUtil {
try {
deckList.addAll(DeckUtil.getExpansionsDeckList());
} catch (IOException e) {
YGOUtil.show("额外卡库加载失败,愿意为" + e);
YGOUtil.show("额外卡库加载失败,原因为" + e);
}
}
}
......
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