Commit fe4863cf authored by fallenstardust's avatar fallenstardust

3.9.7 LOG-O

parent c28c40fc
...@@ -16,15 +16,15 @@ ...@@ -16,15 +16,15 @@
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力. 特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.9.6</li> <li style="color:#ffff00">3.9.7</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡DBTM+VX+VJ; 2.新卡1109+KC01+VJ;
变更: 变更:
1.修正一些字段显示错误 1.修正搜索关键词和卡名一致的卡不会置顶的问题
2.加速大量翻动卡组时的确认动画 2.先行卡覆盖时删除旧的卡组展示文件;
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
......
...@@ -9,8 +9,8 @@ android { ...@@ -9,8 +9,8 @@ android {
minSdkVersion 21 minSdkVersion 21
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 390600401 versionCode 390700430
versionName "3.9.6" versionName "3.9.7"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
...@@ -28,12 +28,12 @@ android { ...@@ -28,12 +28,12 @@ android {
} }
en { en {
applicationIdSuffix ".EN" applicationIdSuffix ".EN"
buildConfigField 'String', 'URL_DONATE', '"https://www.paypal.me/ygomobile1"' buildConfigField 'String', 'URL_DONATE', '"https://www.patreon.com/ygomobile"'
manifestPlaceholders = [APP_ID: "9c66525dfa"] manifestPlaceholders = [APP_ID: "9c66525dfa"]
} }
ko { ko {
applicationIdSuffix ".KO" applicationIdSuffix ".KO"
buildConfigField 'String', 'URL_DONATE', '"https://www.paypal.me/ygomobile1"' buildConfigField 'String', 'URL_DONATE', '"https://www.patreon.com/ygomobile"'
manifestPlaceholders = [APP_ID: "0488398d8a"] manifestPlaceholders = [APP_ID: "0488398d8a"]
} }
} }
......
...@@ -308,7 +308,6 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie ...@@ -308,7 +308,6 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
private boolean doMenu(int id) { private boolean doMenu(int id) {
switch (id) { switch (id) {
case R.id.nav_webpage: { case R.id.nav_webpage: {
String url;
Intent intent = new Intent(Intent.ACTION_VIEW); Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(BuildConfig.URL_DONATE)); intent.setData(Uri.parse(BuildConfig.URL_DONATE));
startActivity(intent); startActivity(intent);
......
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