Amit | Support config only for "en" resources (#5102)

* Supporting only english config

* Supporting only english config (#5092)

* Revert "Supporting only english config (#5092)"

This reverts commit 10dada6fb4f9a7170a0e6198277dec83bd6d0090.

Co-authored-by: amit-kumar <amit.kumar@navi.com>
This commit is contained in:
Shivam Goyal
2023-01-29 23:29:20 +05:30
committed by GitHub Enterprise
parent 898a906cc0
commit eed4c3c755

View File

@@ -50,6 +50,7 @@ android {
targetSdk 31
versionCode VERSION_CODE
versionName VERSION_NAME
resConfigs "en"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'