You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/buildSrc
liuche ceae079a50
79.0.2 pairing uplift (#13188)
* For #11664 — Fixup MissingResourceExceptions being thrown in exotic Locales (#13124)

Our kotlin code is not catching the `MissingResourceException` in the `LeanplumMetricsService` which results in the app crashing when the locale isn't known by the device.

Catches the exception, and falls back to the ISO 639 language code. This isn't a great solution, because ISO 639 isn't especially stable.

In practice however this is almost certainly never going to be a problem because Leanplum isn't going to be supported in such exotic locales.

In this case, using the ISO 639 language code allows the error message to be more informative.

* Bump AC version to uplift pairing crash AC#7944

Co-authored-by: jhugman <jhugman@users.noreply.github.com>
4 years ago
..
src/main/java 79.0.2 pairing uplift (#13188) 4 years ago
build.gradle.kts Fix buildSrc dependencies and androidX usages 5 years ago