feat(android): Enable psudeo locale

To support RTL, this enables the pseudolocales **English (XA)** and **AR (XB)**
This commit is contained in:
Darcy Wong 2020-03-12 11:58:04 +07:00
parent ef83fab6aa
commit eb918fe09b

View file

@ -62,6 +62,7 @@ android {
buildTypes {
debug {
applicationIdSuffix ".debug"
pseudoLocalesEnabled true
debuggable true
}
release {