status icon cache now works, even with minified code
This commit is contained in:
parent
6e0c32b17d
commit
608e07a761
5 changed files with 128 additions and 40 deletions
|
|
@ -9,6 +9,7 @@ ext.DICTIONARY_SIZES_DIR_NAME = 'dictionary-sizes'
|
|||
|
||||
def APP_ROOT_DIR = "${project.rootDir}/app"
|
||||
ext.ICONS_DIR = "${APP_ROOT_DIR}/src/main/res/drawable"
|
||||
ext.ICONS_JAVA_FILE = "${APP_ROOT_DIR}/src/main/java/${PACKAGE_NAME.replaceAll("\\.", "/")}/ui/StatusIcon.java"
|
||||
def MAIN_ASSETS_DIR = "${APP_ROOT_DIR}/src/main/assets"
|
||||
def FULL_VERSION_ASSETS_DIR = "${APP_ROOT_DIR}/src/full/assets"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue