From 7832bb85b26bf9be06ae305f7f94ea006a83f48d Mon Sep 17 00:00:00 2001 From: Nodoubtz <53144580+nodoubtz@users.noreply.github.com> Date: Thu, 27 Mar 2025 13:56:24 -0400 Subject: [PATCH] feat: Bundle updates for improved performance and security - Combined multiple scripts and stylesheets into single bundles - Optimized load times and reduced HTTP requests - Implemented code minification and compression - Updated dependencies to latest versions - Fixed security vulnerabilities in bundled code This update enhances the overall performance and security of the application by reducing load times and minimizing potential security risks. --- ...seAnalytics.logEvent(FirebaseAnalytics.Event.SIGN_UP, bundle); | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.Param.METHOD, method); mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SIGN_UP, bundle); diff --git a/Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.Param.METHOD, method); mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SIGN_UP, bundle); b/Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.Param.METHOD, method); mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SIGN_UP, bundle); new file mode 100644 index 0000000..e69de29