getsentry / sentry-android-gradle-plugin

Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
https://docs.sentry.io/platforms/android/gradle/
MIT License
145 stars 33 forks source link

Fix plugin for spring-dependency-management 1.1.6 #741

Closed lbloder closed 4 months ago

lbloder commented 4 months ago

:scroll: Description

Fix plugin for spring-dependency-management 1.1.6.

In the new version of spring-depenency-management some of their action are now executed earlier, causing our install strategies to be executed before the AutoInstallState is correctly initialized.

:bulb: Motivation and Context

Fixes #735

:green_heart: How did you test it?

:pencil: Checklist

:crystal_ball: Next steps