Skip to content

Commit

Permalink
Merge pull request #56930 from margelo/@perunt/performance-android-la…
Browse files Browse the repository at this point in the history
…unch

Make Android app start 12%+ faster 🚀
  • Loading branch information
MarioExpensify authored Feb 17, 2025
2 parents b22da34 + 593d176 commit 9370c43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ def enableProguardInReleaseBuilds = true
def jscFlavor = 'org.webkit:android-jsc:+'

android {
androidResources {
noCompress += ["bundle"]
}

ndkVersion rootProject.ext.ndkVersion

buildToolsVersion rootProject.ext.buildToolsVersion
Expand Down

0 comments on commit 9370c43

Please sign in to comment.