joshdholtz / Sentry-Android

[Deprecated] Use official "raven-java" library
https://github.com/getsentry/sentry-java
MIT License
180 stars 48 forks source link

Do not override the release in all cases #121

Closed marcomorain closed 7 years ago

marcomorain commented 7 years ago

Fix a bug where the user-specified release tag was overridden by the package-specified version.

Fixes #120