Skip to content

Commit

Permalink
Deps: Migrate dependency analysis plugin to version catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 committed Oct 4, 2024
1 parent 715e0cb commit 845f909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
alias(libs.plugins.detekt)
alias(libs.plugins.automattic.measure.builds)
id "com.autonomousapps.dependency-analysis"
alias(libs.plugins.dependency.analysis)
alias(libs.plugins.android.application).apply(false)
alias(libs.plugins.android.library).apply(false)
alias(libs.plugins.android.test).apply(false)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ cashapp-turbine = '1.0.0'
coil = '2.1.0'
commons-fileupload = '1.5'
commons-io = '2.11.0'
dependency-analysis = '1.28.0'
detekt = '1.23.5'
facebook-flipper = '0.176.1'
facebook-shimmer = '0.5.0'
Expand Down Expand Up @@ -235,6 +236,7 @@ android-library = { id = "com.android.library", version.ref = "agp" }
android-test = { id = "com.android.test", version.ref = "agp" }
androidx-navigation-safeargs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "androidx-navigation" }
automattic-measure-builds = { id = "com.automattic.android.measure-builds", version.ref = "automattic-measure-builds" }
dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependency-analysis" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
google-dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "google-dagger" }
google-protobuf = { id = "com.google.protobuf", version.ref = "google-protobuf-plugin" }
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pluginManagement {
gradle.ext.dependencyAnalysisVersion = '1.28.0'
gradle.ext.fladleVersion = '0.17.5'

repositories {
Expand All @@ -19,7 +18,6 @@ pluginManagement {
}

plugins {
id "com.autonomousapps.dependency-analysis" version gradle.ext.dependencyAnalysisVersion
id "com.osacky.fladle" version gradle.ext.fladleVersion
}
}
Expand Down

0 comments on commit 845f909

Please sign in to comment.