Skip to content

Commit eef6f10

Browse files
committed
chore(deps): remove unused com.bugsnag.android.gradle plugin
The classic Bugsnag AGP plugin (com.bugsnag.android.gradle 8.2.0) was declared in the version catalog and sat on the root plugins block with `apply false`, but no module applied it — mapping upload runs through the CLI-based com.bugsnag.gradle plugin instead. Drop the dead `bugsnag-agp` version, the `bugsnag-android` plugin alias, and the root `apply false` entry. This also stops Dependabot opening PRs for the unused 8.2.0 plugin.
1 parent 1aa8325 commit eef6f10

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ plugins {
2525
alias(libs.plugins.compose.compiler) apply false
2626
alias(libs.plugins.google.services) apply false
2727
alias(libs.plugins.firebase.perf) apply false
28-
alias(libs.plugins.bugsnag.android) apply false
2928
alias(libs.plugins.bugsnag.gradle) apply false
3029
alias(libs.plugins.secrets) apply false
3130
alias(libs.plugins.navigation.safeargs) apply false

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ desugaring = "2.1.5"
8888
event-bus = "0.1.0"
8989

9090
bugsnag = "6.26.1"
91-
bugsnag-agp = "8.2.0"
9291
bugsnag-gradle-plugin = "1.1.1"
9392
rinku = "1.6.0"
9493
compose-unstyled = "2.8.0"
@@ -333,7 +332,6 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "
333332
hilt = { id = "dagger.hilt.android.plugin", version.ref = "hilt" }
334333
google-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
335334
firebase-perf = { id = "com.google.firebase.firebase-perf", version.ref = "firebase-perf-plugin" }
336-
bugsnag-android = { id = "com.bugsnag.android.gradle", version.ref = "bugsnag-agp" }
337335
bugsnag-gradle = { id = "com.bugsnag.gradle", version.ref = "bugsnag-gradle-plugin" }
338336
secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secrets-gradle-plugin" }
339337
navigation-safeargs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "androidx-navigation" }

0 commit comments

Comments
 (0)