1
0
Fork 0

Status icons are back (#794)

This commit is contained in:
Dimo Karaivanov 2025-05-05 11:30:11 +03:00 committed by GitHub
parent dca050445e
commit 898bbf7a7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
184 changed files with 614 additions and 32 deletions

View file

@ -8,6 +8,7 @@ ext.DICTIONARIES_DOWNLOAD_DIR_NAME = 'downloads'
ext.DICTIONARY_SIZES_DIR_NAME = 'dictionary-sizes'
def APP_ROOT_DIR = "${project.rootDir}/app"
ext.ICONS_DIR = "${APP_ROOT_DIR}/src/main/res/drawable"
def MAIN_ASSETS_DIR = "${APP_ROOT_DIR}/src/main/assets"
def FULL_VERSION_ASSETS_DIR = "${APP_ROOT_DIR}/src/full/assets"