|
@@ -39,7 +39,7 @@ android {
|
|
|
versionName flutterVersionName
|
|
versionName flutterVersionName
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
ndk {
|
|
ndk {
|
|
|
- abiFilters 'armeabi-v7a'
|
|
|
|
|
|
|
+ // abiFilters 'armeabi-v7a'
|
|
|
}
|
|
}
|
|
|
manifestPlaceholders = [
|
|
manifestPlaceholders = [
|
|
|
JPUSH_PKGNAME : applicationId,
|
|
JPUSH_PKGNAME : applicationId,
|