Commit fe4863cf authored by fallenstardust's avatar fallenstardust

3.9.7 LOG-O

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