Skip to content

Commit

Permalink
Fix reproducible build failing due differences in the order of extrac…
Browse files Browse the repository at this point in the history
…ted locale codes
  • Loading branch information
Drumber committed May 31, 2024
1 parent 6d2cdc0 commit 6ab88cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ abstract class ExtractLocalesTask : DefaultTask() {
.mapNotNull { it.parentFile }
.map { it.name.substringAfter("values-") }
.mapNotNull { it.resourceQualifierToLanguageCode() }
.sorted()

val appLanguages = listOf(DEFAULT_LANG_CODE) + languageCodes

Expand Down

0 comments on commit 6ab88cf

Please sign in to comment.