Skip to content

Commit 3507e9b

Browse files
Merge pull request #1201 from mendix/moo/MOO-2195-Version-log-events-not-appearing-in-firebase-for-Android-fix-for-release/17.x.x
[MOO-2195] Version logs events issue in firebase fixed for android
2 parents 6f4f091 + 43588cf commit 3507e9b

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
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
- We added a new dependency for `@shopify/flash-list` to support the migration from FlatList to FlashList.
1010
- Fix the iOS builds crashing when building with Xcode 26.
11+
- We resolved an issue that version logs events are not getting recorded in firebase for Android.
1112

1213
## [17.0.4] - 2026-01-22
1314

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)