specific target platform to android arm64 and arm32

hmxc
小赖 4 years ago
parent 4ef46e25e9
commit a65dfdfc14

@ -49,6 +49,10 @@ android {
targetSdkVersion 28 targetSdkVersion 28
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
ndk {
abiFilters 'arm64-v8a'
abiFilters 'armeabi-v7a'
}
manifestPlaceholders = [ manifestPlaceholders = [
JPUSH_PKGNAME : applicationId, JPUSH_PKGNAME : applicationId,
JPUSH_APPKEY : "6a2c6507e3e8b3187ac1c9f9", JPUSH_APPKEY : "6a2c6507e3e8b3187ac1c9f9",

Loading…
Cancel
Save