Skip to content

Commit 5b9dfb7

Browse files
Merge pull request #1200 from mendix/moo/MOO-2195-Version-log-events-not-appearing-in-firebase-for-Android-fix
[MOO-2195] Version logs events in firebase fix for android
2 parents 240ae62 + d399c48 commit 5b9dfb7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2121
- We added a new dependency for `@shopify/flash-list` to support the migration from FlatList to FlashList.
2222
- We upgraded `react-native-tab-view` from 3.5.2 to 4.3.0.
2323
- Fix the iOS builds crashing when building with Xcode 26.
24+
- We resolved an issue that version logs events are not getting recorded in firebase for Android.
2425

2526
## [17.0.4] - 2026-01-22
2627

capabilities-setup-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
4747
"plugins": [
4848
"com.google.gms.google-services"
4949
]
50-
}
50+
},
51+
"externalDependencies": [
52+
"com.google.firebase:firebase-analytics"
53+
]
5154
}
5255
},
5356
"firebaseIos": {

0 commit comments

Comments
 (0)