the search for language files is now 4 times faster, resulting in faster initial start up (or faster opening the Settings screen)
This commit is contained in:
parent
ae619e1f0f
commit
c844db1fa1
7 changed files with 180 additions and 157 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -29,7 +29,9 @@ jobs:
|
|||
- name: Validate Dictionaries
|
||||
run: ./gradlew validateLanguages
|
||||
- name: Build Languages
|
||||
run: ./gradlew copyDefinitions convertHelp buildDictionaryDownloads copyDownloadsToAssets
|
||||
run: ./gradlew buildDefinition buildDictionaryDownloads
|
||||
- name: Copy Downloads
|
||||
run: ./gradlew copyDownloadsToAssets
|
||||
- name: Lint
|
||||
run: ./gradlew lint # this actually runs mergeResources, so it must come after the dictionary tasks
|
||||
- name: Build all APK variants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue