Skip to content
Snippets Groups Projects
Unverified Commit f2e9bbd3 authored by duchampdev's avatar duchampdev Committed by GitHub
Browse files

improve Android language selection (#692)


restrict resource locales to "de" and "en" to properly to help Android respect language settings by user

Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
parent 9b43348a
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ android { ...@@ -36,6 +36,8 @@ android {
versionCode 31 versionCode 31
versionName "1.0.4" versionName "1.0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "de", "en"
buildConfigField "String", "DOWNLOAD_CDN_URL", "\"$DOWNLOAD_CDN_URL\"" buildConfigField "String", "DOWNLOAD_CDN_URL", "\"$DOWNLOAD_CDN_URL\""
buildConfigField "String", "SUBMISSION_CDN_URL", "\"$SUBMISSION_CDN_URL\"" buildConfigField "String", "SUBMISSION_CDN_URL", "\"$SUBMISSION_CDN_URL\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment