bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

Avoid registering releases for builds without minification #443

Closed lemnik closed 3 years ago

lemnik commented 3 years ago

Goal

Avoid registering the release task if minification is disabled, restoring the behaviour of v5.7.8. Effectively reverts https://github.com/bugsnag/bugsnag-android-gradle-plugin/pull/422

Testing

Tests reverted to their previous logic.