Skip to content

Commit

Permalink
replace resourceConfigurations with localeFilters
Browse files Browse the repository at this point in the history
resourceConfigurations is deprecated.
  • Loading branch information
thestinger committed Jan 15, 2025
1 parent 53b93d2 commit a570373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ android {
targetSdk = 35
versionCode = 6
versionName = versionCode.toString()
resourceConfigurations.add("en")

vectorDrawables {
useSupportLibrary = true
Expand Down Expand Up @@ -66,6 +65,7 @@ android {

androidResources {
generateLocaleConfig = true
localeFilters += listOf("en")
}

buildTypes {
Expand Down

0 comments on commit a570373

Please sign in to comment.