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 bb28dd3 commit ea0a6a1Copy full SHA for ea0a6a1
app/build.gradle
@@ -64,6 +64,9 @@ android {
64
jniLibs {
65
useLegacyPackaging true
66
}
67
+ androidResources {
68
+ generateLocaleConfig = true
69
+ }
70
71
namespace 'com.github.capntrips.kernelflasher'
72
app/src/main/res/resources.properties
@@ -0,0 +1 @@
1
+unqualifiedResLocale=en-US
0 commit comments