Update full assets size for mobile stk

This commit is contained in:
Benau 2019-12-19 01:46:06 +08:00
parent 82986bdeaa
commit 801aa12743

View File

@ -23,7 +23,7 @@
inline unsigned getDownloadAssetsSize()
{
// Todo: generated from some sed script
unsigned stk_assets_size = 188442091;
unsigned stk_assets_size = 191810780;
return stk_assets_size;
}
#endif