You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The firebase dependencies firebase-crashlytics-ktx and firebase-crashlytics-ndk don't use a static version like in dependency firebase-bom:30.0.1 and other deps in ./configs/dependencies.gradle
Because this dependencies versions are not pinned: (fix is to add :versionNumber to them like its done for other dependencies in this file such as firebase-bom)
comparing built apk to apk from googleplay may result in diff in libcrashlytics*.so files in case by the time of local build there will be newer releases then the one used in upstream build
The text was updated successfully, but these errors were encountered:
emanuelb
changed the title
firbase
firebase deps versions are not pinned
Jan 28, 2023
The firebase dependencies
firebase-crashlytics-ktx
andfirebase-crashlytics-ndk
don't use a static version like in dependencyfirebase-bom:30.0.1
and other deps in./configs/dependencies.gradle
nunchuk-android/configs/dependencies.gradle
Lines 112 to 113 in 11da98b
Because this dependencies versions are not pinned: (fix is to add
:versionNumber
to them like its done for other dependencies in this file such asfirebase-bom
)comparing built apk to apk from googleplay may result in diff in libcrashlytics*.so files in case by the time of local build there will be newer releases then the one used in upstream build
The text was updated successfully, but these errors were encountered: