Skip to content

Commit 9370c43

Browse files
Merge pull request #56930 from margelo/@perunt/performance-android-launch
Make Android app start 12%+ faster 🚀
2 parents b22da34 + 593d176 commit 9370c43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ def enableProguardInReleaseBuilds = true
9999
def jscFlavor = 'org.webkit:android-jsc:+'
100100

101101
android {
102+
androidResources {
103+
noCompress += ["bundle"]
104+
}
105+
102106
ndkVersion rootProject.ext.ndkVersion
103107

104108
buildToolsVersion rootProject.ext.buildToolsVersion

0 commit comments

Comments
 (0)