diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8b4742..9bc581ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] - We updated `.gitignore` to more precisely exclude `node_modules` directories in specific locations. +- We resolved an issue that version logs events are not getting recorded in firebase for Android. ## [14.1.13] - 2026-02-24 diff --git a/capabilities-setup-config.json b/capabilities-setup-config.json index 15da292c..c6c70608 100644 --- a/capabilities-setup-config.json +++ b/capabilities-setup-config.json @@ -65,7 +65,10 @@ "plugins": [ "com.google.gms.google-services" ] - } + }, + "externalDependencies": [ + "com.google.firebase:firebase-analytics" + ] } }, "firebaseIos": {