add ndk platform filters

This commit is contained in:
Yegor Vialov 2020-05-24 07:57:00 +00:00
parent ea7e0f04ce
commit 54f6fb28ef
2 changed files with 4 additions and 1 deletions

View File

@ -44,6 +44,9 @@ android {
applicationId "com.keyboardcrumbs.haclient"
minSdkVersion 21
targetSdkVersion 28
ndk {
abiFilters 'arm64-v8a', 'x86_64' ,'armeabi-v7a', 'x86'
}
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 0.0.0+1144
version: 0.0.0+1145
environment: