From 61552ec87f47559e787f50ef55acff451373ad25 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 24 Feb 2025 11:12:28 +0500 Subject: [PATCH] mobile: improve app launch perf --- apps/mobile/native/android/app/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/mobile/native/android/app/build.gradle b/apps/mobile/native/android/app/build.gradle index 3ca5da5ed..1a2d9436a 100644 --- a/apps/mobile/native/android/app/build.gradle +++ b/apps/mobile/native/android/app/build.gradle @@ -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