Skip to content

Commit

Permalink
Release v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambada10 committed Nov 5, 2024
1 parent 32cf77c commit dc1e4eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ android {
minSdk = 21
//noinspection OldTargetApi
targetSdk = 34
versionCode = 420
versionName = "4.2.0"
versionCode = 421
versionName = "4.2.1"

resourceConfigurations += arrayOf(
"ar", "de", "en", "es", "in", "ja", "pt", "pt-rBR", "ro", "vi", "zh-rCN", "tr"
"ar", "de", "es", "en", "fa", "fil", "in", "ja", "pl", "pt", "pt-rBR", "ro", "tr", "vi", "zh-rCN", "zh-rTW"
)

vectorDrawables {
Expand Down

0 comments on commit dc1e4eb

Please sign in to comment.