Skip to content

Commit

Permalink
Remove dependency analysis (#1372)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Dec 6, 2024
1 parent 2b567e9 commit 5ca1b1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ plugins {
classpath(kotlin.serialization)
classpath(ktlint)

alias(dependency.analysis)
alias(gradle.doctor)
alias(kotlinx.kover)
}
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ build-config = "com.github.gmazzo.buildconfig:5.5.1"
cash-sqldelight = { id = "app.cash.sqldelight", version.ref = "cash-sqldelight" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "jetbrains-kotlin" }
compose-screenshot = "com.android.compose.screenshot:0.0.1-alpha08"
dependency-analysis = "com.autonomousapps.dependency-analysis:2.3.0"
detekt = "io.gitlab.arturbosch.detekt:1.23.7"
crashlytics = "com.google.firebase.crashlytics:3.0.2"
google-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
Expand Down

0 comments on commit 5ca1b1e

Please sign in to comment.