Skip to content

Commit 56e4f3f

Browse files
authored
Merge pull request #1218 from SUPERCILEX/patch-1
Clarify keeping only the languages devs need
2 parents a381e13 + 4f8b621 commit 56e4f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ android {
8484
8585
defaultConfig {
8686
// ...
87-
resConfigs "auto"
87+
resConfigs "en" // And any other languages you support
8888
}
8989
}
9090
```

0 commit comments

Comments
 (0)