Skip to content

Commit 625c0a5

Browse files
committed
replace resourceConfigurations with localeFilters
resourceConfigurations is deprecated.
1 parent e0b1d52 commit 625c0a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ android {
7979
buildConfig = true
8080
}
8181

82+
androidResources {
83+
localeFilters += listOf("en")
84+
noCompress += listOf("dex")
85+
}
86+
8287
packaging {
8388
resources.excludes.addAll(listOf(
8489
"org/bouncycastle/pqc/**.properties",

0 commit comments

Comments
 (0)