Skip to content

Commit

Permalink
build: add polish to language list
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Nov 11, 2024
1 parent a6dd837 commit 4c480c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
resConfigs "ar", "ca", "de", "en", "es", "fr", "nb-rNO", "pt-rBR", "ru", "uk", "zh", "zh-rTW"
resConfigs "ar", "ca", "de", "en", "es", "fr", "nb-rNO", "pl", "pt-rBR", "ru", "uk", "zh", "zh-rTW"
}
buildTypes {
release {
Expand Down

0 comments on commit 4c480c9

Please sign in to comment.