Description
I'm using a tool to patch my app to avoid needing to create a new release for every change (Shorebird). However patches can not be made when assets have changed.
When using Sentry Android Gradle Plugin, the file sentry-debug-meta.properties is changed every time a new build is created which means I can't use shorebird to patch my app.
Is there a way around this?