1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

精简 universalApk 包含架构;更新README

This commit is contained in:
2024-03-21 23:45:26 +08:00
parent 0ac4892ac9
commit 580c664e35
2 changed files with 11 additions and 74 deletions

View File

@@ -81,6 +81,10 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
ndk {
// 指定 universalApk 中要包含的 ABIs
abiFilters "arm64-v8a"
}
}
signingConfigs {
debug {