Update release workflow to publish 'Release APK' instead of Debug
Closed this issue · 0 comments
PatilShreyas commented
The motive behind this change is currently when tags are pushed then debug APK is generated and uploaded as a release artifact. We have also implemented LeakCanary library for debug mode. So app users are getting unnecessary notifications of LeakCanary which is bad experience :(. To avoid this, we should update release Actions workflow to upload only release APK which won't include LeakCanary.