mobile: improve app launch perf

This commit is contained in:
Ammar Ahmed
2025-02-24 11:12:28 +05:00
committed by Ammar Ahmed
parent ef2a4f5126
commit 61552ec87f

View File

@@ -100,6 +100,11 @@ def getNpmVersion() {
def isBuildingAAB = gradle.startParameter.getTaskNames().any { it.contains("bundleRelease") }
android {
androidResources {
noCompress += ["bundle"]
}
compileSdkVersion rootProject.ext.compileSdkVersion
ndkVersion rootProject.ext.ndkVersion
buildToolsVersion rootProject.ext.buildToolsVersion