From: Reimar Döffinger Date: Sat, 15 Apr 2017 20:25:51 +0000 (+0200) Subject: Set resConfigs to include strings only for supported languages. X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=998ef327aa538f3877d0736c108847cdcb242cb3 Set resConfigs to include strings only for supported languages. --- diff --git a/build.gradle b/build.gradle index ec54900..72cb528 100644 --- a/build.gradle +++ b/build.gradle @@ -77,5 +77,6 @@ android { defaultConfig { applicationId 'de.reimardoeffinger.quickdic' targetSdkVersion 23 + resConfigs "de", "es", "fr", "it", "ja", "pt", "pt-rBR" } }