From 90e87d1b0d3c986aa328d61212fa6c2e80681012 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Tue, 15 Dec 2020 13:25:25 +0100 Subject: [PATCH] - release 1.1 --- LedDisplayController/LedDisplayController.pro | 2 +- LedDisplayController/android/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LedDisplayController/LedDisplayController.pro b/LedDisplayController/LedDisplayController.pro index e794731..492ae1a 100644 --- a/LedDisplayController/LedDisplayController.pro +++ b/LedDisplayController/LedDisplayController.pro @@ -53,7 +53,7 @@ DISTFILES += \ android { QT += androidextras ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android -ANDROID_ABIS = armeabi-v7a arm64-v8a +ANDROID_ABIS = "armeabi-v7a arm64-v8a" } ANDROID_ABIS = armeabi-v7a arm64-v8a diff --git a/LedDisplayController/android/AndroidManifest.xml b/LedDisplayController/android/AndroidManifest.xml index 3f244fb..2b130af 100644 --- a/LedDisplayController/android/AndroidManifest.xml +++ b/LedDisplayController/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +