Skip to content

Commit

Permalink
Added thai and brazilian portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai-Cristian Condrea committed Nov 3, 2024
1 parent 9200af1 commit 52099b8
Show file tree
Hide file tree
Showing 4 changed files with 622 additions and 21 deletions.
38 changes: 20 additions & 18 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,25 @@ android {
versionName = "3.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += listOf(
"en",
"bg-rBG",
"de-rDE",
"es-rGQ",
"fr-rFR",
"hi-rIN",
"hu-rHU",
"in-rID",
"it-rIT",
"ja-rJP",
"pl-rPL",
"ro-rRO",
"ru-rRU",
"sv-rSE",
"tr-rTR",
"uk-rUA",
"zh-rTW",
"en" ,
"bg-rBG" ,
"de-rDE" ,
"es-rGQ" ,
"fr-rFR" ,
"hi-rIN" ,
"hu-rHU" ,
"in-rID" ,
"it-rIT" ,
"ja-rJP" ,
"pl-rPL" ,
"pt-rBR" ,
"ro-rRO" ,
"ru-rRU" ,
"sv-rSE" ,
"th-rTH" ,
"tr-rTR" ,
"uk-rUA" ,
"zh-rTW" ,
)
vectorDrawables {
useSupportLibrary = true
Expand All @@ -53,7 +55,7 @@ android {
}

buildTypes.forEach { buildType ->
with (buildType) {
with(buildType) {
multiDexEnabled = true
proguardFiles(
getDefaultProguardFile(name = "proguard-android-optimize.txt") ,
Expand Down
Loading

0 comments on commit 52099b8

Please sign in to comment.