Skip to content

Commit

Permalink
Check com.autonomousapps.dependency-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack committed Jun 7, 2024
1 parent 62a86c0 commit 8c82902
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ plugins {
id("com.google.gms.google-services") apply false
id("com.google.firebase.crashlytics") apply false
id("dev.nevack.plugins.dependency-updates")
id("com.autonomousapps.dependency-analysis")
}

dependencyAnalysis {
structure {
ignoreKtx(true)
}
}

tasks.wrapper {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pluginManagement {
id("org.gradle.android.cache-fix") version "3.0.1"
id("com.google.gms.google-services") version "4.4.2"
id("com.google.firebase.crashlytics") version "3.0.1"
id("com.autonomousapps.dependency-analysis") version "1.32.0"
}

includeBuild("build-logic")
Expand Down

0 comments on commit 8c82902

Please sign in to comment.