Matthew Robertson
Matthew Robertson
Hi @lamphamTL we create the mapping file id early because we inject it into the app as an Android resource. We did try doing this later in the build process,...
That is a nice idea, I will consider providing a way to support manually managing the mapping file id. Just be very careful you don't overwrite mapping files by uploading...
StrictMode policy violation: android.os.strictmode.NetworkViolation after adding firebase to the app
This was fixed in a dependency of Crashlytics. Please either upgrade Crashlytics or the Firebase BoM to the latest version. If you run into any other strict mode violations, feel...
I considered doing this before. The thing that stopped me is we didn't want to create a dependency requirement between versions of the Gradle plugin and versions of the SDK....
We can't just change the path, we have to make a v3 so the sdk can clean up old files. So `useV2FileSystem()` becomes `useV3FileSystem()`, and the `cleanupPreviousFileSystems` needs to clean...
This is fixed in the latest version of the Crashlytics Gradle plugin, 3.0.5 Please upgrade, and if the issue persists feel free to open a new issue