Commit 36476993 authored by fallenstardust's avatar fallenstardust

3.8.4 LOG-O

优先编译arm64的libso
parent 1a8e2056
APP_ABI := arm64-v8a armeabi-v7a x86
APP_ABI := armeabi-v7a x86 arm64-v8a
APP_PLATFORM := android-21 APP_PLATFORM := android-21
#APP_MODULES := YGOMobile #APP_MODULES := YGOMobile
#NDK_TOOLCHAIN_VERSION=4.8 #NDK_TOOLCHAIN_VERSION=4.8
......
...@@ -16,16 +16,21 @@ ...@@ -16,16 +16,21 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力. 特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.8.3</li> <li style="color:#ffff00">3.8.4</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡NCF1+SD41+DP25+VJ 2.新卡VP21
变更: 变更:
1.link值不再计入卡差统计; 1.支持64位运行(准备适配android12);
2.分享码分隔符更改支持主流交流社区; 2.64位处理器的手机将优先以64位运行;
3.修复先行卡ypk通过本软件打开无法覆盖旧ypk的问题 3.优化代码结构减少64位运行下耗电;
4.搜索器星级搜索选项支持最大为13;
5.断开连接等原生对话框放大;
6.对vivo,iqoo等手机进行优化兼容,解决选卡组等场景闪退
(基于originOS适配,再老系统的此类手机我没买到,建议能更新系统的更新下);
7.微调UI,更改部分BGM
</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 29 targetSdkVersion 29
versionCode 380300525 versionCode 380400609
versionName "3.8.3" versionName "3.8.4"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
......
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