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: