From 54f6fb28efb738e42e5a2fc03addd31ea3887c95 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 24 May 2020 07:57:00 +0000 Subject: [PATCH] add ndk platform filters --- android/app/build.gradle | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fbc3a66..4588cad 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index ca22a81..cbed309 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hass_client description: Home Assistant Android Client -version: 0.0.0+1144 +version: 0.0.0+1145 environment: