mobile: including fully localized languages only

This commit is contained in:
Avently
2023-02-07 16:46:45 +03:00
parent 2798671d22
commit a29b7ed4f1
+2
View File
@@ -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 {