From 23893b865efd301640ed10ed276933544c58a74f Mon Sep 17 00:00:00 2001 From: Ritesh Shukla <75062358+riteshshukla04@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:56:27 +0530 Subject: [PATCH] Update build.gradle --- android/app/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2828061f..65616522 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,6 +83,10 @@ def reactNativeArchitectures() { android { + androidResources { + noCompress += ["bundle"] + } + ndkVersion rootProject.ext.ndkVersion buildToolsVersion rootProject.ext.buildToolsVersion compileSdk rootProject.ext.compileSdkVersion @@ -136,4 +140,4 @@ dependencies { } } -apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" \ No newline at end of file +apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"