Skip to content

Commit 349522c

Browse files
committed
replace resourceConfigurations with localeFilters
resourceConfigurations is deprecated.
1 parent b7a850e commit 349522c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/build.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ android {
5151
targetSdk = 35
5252
versionCode = 78
5353
versionName = versionCode.toString()
54-
resourceConfigurations.add("en")
5554
}
5655

5756
buildTypes {
@@ -85,6 +84,10 @@ android {
8584
buildConfig = true
8685
}
8786

87+
androidResources {
88+
localeFilters += listOf("en")
89+
}
90+
8891
lint {
8992
disable += setOf("LintError")
9093
}

0 commit comments

Comments
 (0)