about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorMarc Rousavy <me@mrousavy.com>2025-02-17 07:31:40 -0800
committerGitHub <noreply@github.com>2025-02-17 07:31:40 -0800
commit326445d3af894080a5487b403e094000cda1f765 (patch)
treef761a9939aeb037b46036c01a35a001dfeb33a76 /app.config.js
parent40d05ac866a4783889f465458ffb5a02a169795a (diff)
downloadvoidsky-326445d3af894080a5487b403e094000cda1f765.tar.zst
Make Android app start faster by disabling JS bundle compression (#7751)
* perf: Disable Android  compression to speed up app startup

* fix: Fix the gradle plugin
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js
index 2303a2a33..a778d5cf8 100644
--- a/app.config.js
+++ b/app.config.js
@@ -242,6 +242,7 @@ module.exports = function (config) {
         './plugins/withAndroidStylesAccentColorPlugin.js',
         './plugins/withAndroidSplashScreenStatusBarTranslucentPlugin.js',
         './plugins/withAndroidNoJitpackPlugin.js',
+        './plugins/withNoBundleCompression.js',
         './plugins/shareExtension/withShareExtensions.js',
         './plugins/notificationsExtension/withNotificationsExtension.js',
         './plugins/withAppDelegateReferrer.js',