bitfireAT/icsx5

Remove Locator dependency

Closed this issue · 0 comments

When migrating to Android 14, remember to remove the Locator dependency, and use the native localeConfig automatic generation (reference).

Roadmap:

  • Update Android Studio to Giraffe Canary 7 or higher.
  • Update AGP to 8.1.0-alpha07 or higher.
  • Enable generation:
    android {
      androidResources {
        generateLocaleConfig true
      }
    }
  • Set default locale:
    1. Create a new file called resources.properties in res.
    2. Set the fallback locale inside of this file with unqualifiedResLocale, eg:
      unqualifiedResLocale=en-US