Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
- Bump Native SDK from v0.12.4 to v0.12.6 ([#5071](https://github.com/getsentry/sentry-java/pull/5071))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0126)
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.4...0.12.6)
- Bump Gradle from v8.14.3 to v9.3.1 ([#5063](https://github.com/getsentry/sentry-java/pull/5063))
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v931)
- [diff](https://github.com/gradle/gradle/compare/v8.14.3...v9.3.1)

### Internal

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gradle upgrade breaks Android plugin compatibility

High Severity

gradle-wrapper.properties now pins Gradle 9.3.1, but the repository still uses AGP 8.x (VERSION_AGP defaults to 8.6.0 and matrix tests run 8.78.9). Those AGP versions are not compatible with Gradle 9, so Android build paths can fail during plugin application/configuration.

Fix in Cursor Fix in Web

networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading