From a29b7ed4f1a3ca24917501a87695a5cd8b1ca86f Mon Sep 17 00:00:00 2001 From: Avently <7953703+avently@users.noreply.github.com> Date: Tue, 7 Feb 2023 16:46:45 +0300 Subject: [PATCH] mobile: including fully localized languages only --- apps/android/app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/android/app/build.gradle b/apps/android/app/build.gradle index c5222f4b55..95ef6ab67d 100644 --- a/apps/android/app/build.gradle +++ b/apps/android/app/build.gradle @@ -29,6 +29,8 @@ android { manifestPlaceholders.app_name = "@string/app_name" manifestPlaceholders.provider_authorities = "chat.simplex.app.provider" manifestPlaceholders.extract_native_libs = compression_level != "0" + // Comma separated list of languages that will be included in the apk + resConfigs("en", "ru", "de", "fr", "it") } buildTypes {