Commit 91a36c2
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.
Dependabot (gradle package ecosystem, directory "/") now handles updates
to the sentry version via libs.versions.toml, making the custom
getsentry/github-workflows/updater job and scripts/update-android.sh
redundant.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8bc4f08 commit 91a36c2
5 files changed
Lines changed: 2 additions & 41 deletions
File tree
- .github/workflows
- gradle
- plugin-build
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 28 | | |
38 | 29 | | |
39 | 30 | | |
| |||
| 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 | | |
| |||
This file was deleted.
0 commit comments