Hipersferus
Results
1
comments of
Hipersferus
StrictMode policy violation: android.os.strictmode.NetworkViolation after adding firebase to the app
Hi - I've found a temp workaround for this issue by using these specific versions in native code : ``` implementation platform("com.google.firebase:firebase-bom:33.11.0") implementation 'com.google.firebase:firebase-crashlytics' ``` The version was taken from...