Skip to content

Commit 5844bd6

Browse files
runningcodeclaude
andauthored
chore(deps): Update sentry-android-gradle-plugin to 6.0.0-beta.2 (#666)
## Summary - Update sentry-android-gradle-plugin from 6.0.0-beta.1 to 6.0.0-beta.2 - Remove explicit Sentry SDK version (autoInstallation.sentryVersion) as it should be managed by the plugin - Remove vcsInfo overrides for the release branch as they are no longer needed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent ad881fe commit 5844bd6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

android/app/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ sentry {
117117

118118
ignoredVariants.set(listOf("debug"))
119119

120-
autoInstallation.sentryVersion = "8.26.0"
121-
122120
sizeAnalysis {
123121
enabled = providers.environmentVariable("GITHUB_ACTIONS").isPresent
124122
}
@@ -128,14 +126,6 @@ sentry {
128126
updateSdkVariants.add("beta")
129127
}
130128

131-
vcsInfo {
132-
// Set headRef to "release" when running in GitHub release workflow
133-
val eventName = providers.environmentVariable("GITHUB_EVENT_NAME").orNull
134-
if (eventName == "release") {
135-
headRef.set("release")
136-
}
137-
}
138-
139129
debug = true
140130
}
141131

android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ browser = "1.9.0"
1919
emergePlugin = "4.4.0"
2020
emergeSnapshots = "1.5.0"
2121
emergeReaper = "1.0.1"
22-
sentry = "6.0.0-beta.1"
22+
sentry = "6.0.0-beta.2"
2323
shapes = "1.1.0"
2424
datastore = "1.1.7"
2525
room = "2.8.3"

0 commit comments

Comments
 (0)