fix(deps): update android.gradle.plugin to v8.9.1 (#4465)
* fix(deps): update android.gradle.plugin to v8.9.1 * Fix AAB issues and AGP deprecations * Fix `importSupportedLocalesFromLocalazy` to format `en-US` locale properly --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
68c1d30743
commit
03f4122b3f
4 changed files with 18 additions and 10 deletions
|
|
@ -36,6 +36,8 @@ def normalizeForResourceConfigurations(locale):
|
|||
return "pt-rBR"
|
||||
case "zh#Hans":
|
||||
return "zh-rCN"
|
||||
case "en_US":
|
||||
return "en-rUS"
|
||||
case _:
|
||||
return locale
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue