'full' and 'lite' flavors
This commit is contained in:
parent
11e042e707
commit
6670bccc50
16 changed files with 182 additions and 64 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -27,8 +27,8 @@ jobs:
|
|||
- name: Validate Dictionaries
|
||||
run: ./gradlew validateLanguages
|
||||
- name: Build Languages
|
||||
run: ./gradlew copyLanguages writeDictionaryProperties
|
||||
run: ./gradlew copyDefinitions copyDictionaries writeDictionaryProperties
|
||||
- name: Lint
|
||||
run: ./gradlew lint # this actually runs mergeResources, so it must come after the dictionary tasks
|
||||
- name: Build Release APK
|
||||
- name: Build all APK variants
|
||||
run: ./gradlew build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue