Skip to content

Commit

Permalink
Deps: Migrate automattic measure builds 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 b89ee50 commit 48db59b
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 @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
alias(libs.plugins.detekt)
id 'com.automattic.android.measure-builds'
alias(libs.plugins.automattic.measure.builds)
id "com.autonomousapps.dependency-analysis"
alias(libs.plugins.android.application).apply(false)
alias(libs.plugins.android.library).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 @@ -34,6 +34,7 @@ androidx-work = '2.7.1'
apache-commons-text = '1.10.0'
apache-http-client-android = '4.3.5.1'
automattic-about = '0.0.6'
automattic-measure-builds = '2.1.2'
automattic-tracks = '5.0.0'
assertj = '3.24.1'
bumptech-glide = '4.16.0'
Expand Down Expand Up @@ -221,6 +222,7 @@ zendesk-support = { group = "com.zendesk", name = "support", version.ref = "zend
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
android-test = { id = "com.android.test", version.ref = "agp" }
automattic-measure-builds = { id = "com.automattic.android.measure-builds", version.ref = "automattic-measure-builds" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
google-dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "google-dagger" }
google-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
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.measureBuildsVersion = '2.1.2'
gradle.ext.navigationVersion = '2.7.7'
gradle.ext.sentryVersion = '4.10.0'
gradle.ext.protobufVersion = '0.9.4'
Expand All @@ -24,7 +23,6 @@ pluginManagement {

plugins {
id 'androidx.navigation.safeargs.kotlin' version gradle.ext.navigationVersion
id 'com.automattic.android.measure-builds' version gradle.ext.measureBuildsVersion
id 'io.sentry.android.gradle' version gradle.ext.sentryVersion
id "com.google.protobuf" version gradle.ext.protobufVersion
id "com.autonomousapps.dependency-analysis" version gradle.ext.dependencyAnalysisVersion
Expand Down

0 comments on commit 48db59b

Please sign in to comment.