1
0
Fork 0

'full' and 'lite' flavors

This commit is contained in:
sspanak 2024-06-12 12:48:55 +03:00 committed by Dimo Karaivanov
parent 11e042e707
commit 6670bccc50
16 changed files with 182 additions and 64 deletions

View file

@ -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