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 8d71aea commit 8698430
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 @@ -51,7 +51,6 @@ android {
targetSdk = 35
versionCode = 88
versionName = versionCode.toString()
resourceConfigurations.add("en")
}

buildTypes {
Expand Down Expand Up @@ -93,6 +92,7 @@ android {
}

androidResources {
localeFilters += listOf("en")
noCompress += listOf("dex")
}
}
Expand Down

0 comments on commit 8698430

Please sign in to comment.