|
|
@ -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",
|
|
|
|