Remove unnecessary filters for pseudolocales
(cherry picked from commit da90064c948c629ebaf6d6a97ca0b6f52cb570f1)
This commit is contained in:
parent
869e1626f8
commit
c45c28e879
1 changed files with 0 additions and 5 deletions
|
|
@ -121,11 +121,6 @@ android {
|
|||
}
|
||||
// Signed, dev build with Android Studio if it's not a debug build
|
||||
create("dev") {
|
||||
// Include pseudolocales: https://developer.android.com/guide/topics/resources/pseudolocales
|
||||
androidResources {
|
||||
@Suppress("UnstableApiUsage")
|
||||
localeFilters += listOf("en", "en_XA", "ar_XB", "xxhdpi")
|
||||
}
|
||||
dimension = "default"
|
||||
// Default signing for dev flavor, would be overridden by buildTypes config
|
||||
signingConfig = signingConfigs.getByName("preview")
|
||||
|
|
|
|||
Loading…
Reference in a new issue