Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.11k stars 340 forks source link

Run sentry crash reporting plugin on publish #1129

Closed markushi closed 3 months ago

markushi commented 3 months ago

Fixes https://github.com/Triple-T/gradle-play-publisher/issues/1128

If present, sets up the sentry proguard mapping upload task (https://github.com/getsentry/sentry-android-gradle-plugin/blob/f9b82ddce3af1a21eec54da8b1c02e36c063939a/plugin-build/src/main/kotlin/io/sentry/android/gradle/tasks/SentryUploadProguardMappingsTask.kt#L114C13-L117C24) as a task dependency.

SUPERCILEX commented 3 months ago

Neat, thanks!

markushi commented 3 months ago

@SUPERCILEX thanks for the speedy merge! Out of curiosity: do you have a release planned already?

SUPERCILEX commented 3 months ago

Gonna be a few days, but maybe Sunday? Can you check that it works with snapshot builds?

SUPERCILEX commented 3 months ago

Released!