Hi shorebird team!
It seems the shorebird release version for android is determined by versionName and versionCode. Currently android has an anti downgrade protection on versionCode i.e. it needs to be larger if I want to update the current app (https://developer.android.com/studio/publish/versioning#versioningsettings).
Is it possible to override this rule for release version, because currently I need to find this version if I want to create a patch.
I use this in part of my CI and there I just use git tags to know what release version to make the patch from, but currently I need to find the full release version is instead of just knowing that it is always <tag>+1.
Please let me know if I misunderstood something about the concept.