Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[resources] Fix android fonts in APKs #4509

Merged
merged 4 commits into from
Mar 19, 2024
Merged

Conversation

terrakok
Copy link
Collaborator

@terrakok terrakok commented Mar 18, 2024

Steps to reproduce:

  1. Add a 'font-en' directory with a font to an android app with compose resources
  2. build the app with assembleDebug and check that a corresponding dir is presented in the final APK
  3. rename a qualifier of the dir to font-de
  4. re-build the app with the same command assembleDebug

Expected: the new APK will contain the new font dir
Actual: the new APK doesn't have the new font dir but has old one 'font-en'

The PR fixes that

@terrakok terrakok requested a review from igordmn March 18, 2024 15:41
@terrakok terrakok merged commit c43b64d into master Mar 19, 2024
12 checks passed
@terrakok terrakok deleted the k.tskh/fix-android-res branch March 19, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants