REF: improve startup time

This commit is contained in:
overtorment 2025-02-27 19:06:39 +00:00
parent dc3e88c005
commit f7d673d93b

View file

@ -73,6 +73,10 @@ def enableProguardInReleaseBuilds = false
def jscFlavor = 'org.webkit:android-jsc-intl:+'
android {
androidResources {
noCompress += ["bundle"]\n
}
ndkVersion rootProject.ext.ndkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion rootProject.ext.compileSdkVersion