* What went wrong:
A problem occurred evaluating project ':sentry-capacitor'.
> `getDefaultProguardFile('proguard-android.txt')` is no longer supported since it includes `-dontoptimize`,
which prevents R8 from performing many optimizations. Instead use
`getDefaultProguardFile('proguard-android-optimize.txt)`, and if needed, temporarily use `-dontoptimize` in a
custom keep rule file while fixing breakages.
Environment
com.android.tools.build:gradle:9.x.xSteps to Reproduce
Expected Result
Should compile on AGP 9
Actual Result
Gradle build log throws: