Merge pull request #269 from anultravioletaurora/ritesh/bundleCompression

This commit is contained in:
Violet Caulfield
2025-04-21 13:39:36 -05:00
committed by GitHub

View File

@@ -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"
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"