We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b1d52 commit 77bfaeeCopy full SHA for 77bfaee
app/build.gradle.kts
@@ -46,7 +46,6 @@ android {
46
targetSdk = 34
47
versionCode = 27
48
versionName = versionCode.toString()
49
- resourceConfigurations.add("en")
50
51
buildConfigField(String::class.java.name, "REPO_BASE_URL",
52
"\"${System.getenv("REPO_BASE_URL") ?: "https://apps.grapheneos.org"}\"")
@@ -79,6 +78,10 @@ android {
79
78
buildConfig = true
80
}
81
+ androidResources {
82
+ localeFilters += listOf("en")
83
+ }
84
+
85
packaging {
86
resources.excludes.addAll(listOf(
87
"org/bouncycastle/pqc/**.properties",
0 commit comments