Skip to content

Commit

Permalink
Merge pull request #171 from kkevsekk1/feature-7zip
Browse files Browse the repository at this point in the history
发布64位版本
  • Loading branch information
kkevsekk1 authored Jan 20, 2022
2 parents 9557c8b + 417837b commit d150656
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
autoxjs 整个项目的的一些更新日志,双版本号为稳定版,单版本号为激进版本。

### 5.7.0
优化以下特性:
* 感谢 [Aioure](https://github.com/Aioure) 升级如下功能:
* 5.7.0默认发布为 64位版本,优化性能问题,需32位版本到github下载。
* ocr相关bug
* 其他一些bug
* 欢迎提交bug,欢迎pr本项目,欢迎pr文档,欢迎给贡献代码的开发者点赞!


### 5.6.4
优化以下特性:
* 版本检查问题
Expand Down
5 changes: 2 additions & 3 deletions inrt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ android {
// include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
include 'arm64-v8a'
//默认提供64位版本,相比于32位,尤其在opencv、7zip、ocr等原生模块上性能提升显著,且Google明确在Android 12上只支持64位的APP,32位App将会被抛弃

// Specifies that we do not want to also generate a universal APK that includes all ABIs.
universalApk false
}
Expand Down Expand Up @@ -149,8 +148,8 @@ task cp2APP(group: 'build') {
return
}
println pluginProjectDir
buildApkPluginForAbi(pluginProjectDir, 'armeabi-v7a')
// buildApkPluginForAbi(pluginProjectDir, 'x86')
// buildApkPluginForAbi(pluginProjectDir, 'armeabi-v7a')
buildApkPluginForAbi(pluginProjectDir, 'arm64-v8a')
}
}

Expand Down
4 changes: 2 additions & 2 deletions project-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appVersionCode": 503,
"appVersionName": "5.6.4",
"appVersionCode": 504,
"appVersionName": "5.7.0",
"devVersionCode": 490,
"devVersionName": "5.3.1",
"target": 26,
Expand Down

0 comments on commit d150656

Please sign in to comment.