summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/android/templates/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/android/templates/build.gradle b/src/android/templates/build.gradle
index 3087d08c83..171fe0b996 100644
--- a/src/android/templates/build.gradle
+++ b/src/android/templates/build.gradle
@@ -59,4 +59,8 @@ android {
aaptOptions {
noCompress 'rcc'
}
+
+ defaultConfig {
+ resConfigs "en"
+ }
}