Commit 40f1eec
ref(build): Consolidate sentry-java version into version catalog
The sentry SDK version was declared twice: once in libs.versions.toml
(7.0.0, used for the plugin's own compile dependency) and once in
gradle.properties as sdk_version (8.43.0, used as BuildConfig.SdkVersion
for auto-installation defaults and telemetry). Consolidate into a single
source of truth in libs.versions.toml and read it via libs.versions.sentry
in build.gradle.kts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8bc4f08 commit 40f1eec
3 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments