From 874418f07ca1a241c95a5a863c358c4e566b740b Mon Sep 17 00:00:00 2001 From: Matthieu Bruel Date: Mon, 7 Jun 2021 01:58:26 +0200 Subject: [PATCH] avoid building issue: " App Bundle targets the following unrecognized languages: rs..." cf https://bugreports.qt.io/browse/QTBUG-81735 --- src/android/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/android/build.gradle b/src/android/build.gradle index 3087d08..bdb85e3 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -21,6 +21,11 @@ dependencies { } android { + // https://bugreports.qt.io/browse/QTBUG-81735 + defaultConfig { + resConfigs "en" + } + /******************************************************* * The following variables: * - androidBuildToolsVersion,