Skip to content

Commit

Permalink
Plugin : Migrated googleServices to Version Catalog
Browse files Browse the repository at this point in the history
Co-Authored-By: Petros Paraskevopoulos <[email protected]>
Co-Authored-By: Wojciech Zięba <[email protected]>
  • Loading branch information
3 people committed Jul 6, 2024
1 parent f9371b6 commit fedc84d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.allopen"
alias(libs.plugins.sentry)
alias(libs.plugins.violation.comments)
id "com.google.gms.google-services"
alias(libs.plugins.google.services)
alias(libs.plugins.dagger)
alias(libs.plugins.kover)
alias(libs.plugins.ksp)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
alias(libs.plugins.dependency.analysis)
alias(libs.plugins.navigation.safeargs).apply(false)
id "com.android.library" apply false
id 'com.google.gms.google-services' apply false
alias(libs.plugins.google.services).apply(false)
id "org.jetbrains.kotlin.plugin.parcelize" apply false
alias(libs.plugins.ksp).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 @@ -49,6 +49,7 @@ googleMLKitTextRecognition = '16.0.0'
googlePlayAppUpdate = '2.1.0'
googlePlayReview = '2.0.1'
googlePlayServicesAuth = '20.4.1'
googleServices = '4.3.15'
gson = '2.10.1'
indexosMediaForMobile = '43a9026f0973a2f0a74fa813132f6a16f7499c3a'
jsoup = '1.16.2'
Expand Down Expand Up @@ -210,6 +211,7 @@ zendesk = { group = "com.zendesk", name = "support", version.ref ="zendesk" }
dagger = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysis" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
measure-builds = { id = "com.automattic.android.measure-builds", version.ref = "measureBuilds" }
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.9.22'
gradle.ext.agpVersion = '8.1.0'
gradle.ext.googleServicesVersion = '4.3.15'

plugins {
id "org.jetbrains.kotlin.android" version gradle.ext.kotlinVersion
Expand All @@ -11,7 +10,6 @@ pluginManagement {
id "org.jetbrains.kotlin.plugin.allopen" version gradle.ext.kotlinVersion
id "com.android.application" version gradle.ext.agpVersion
id "com.android.library" version gradle.ext.agpVersion
id 'com.google.gms.google-services' version gradle.ext.googleServicesVersion
}
repositories {
maven {
Expand Down

0 comments on commit fedc84d

Please sign in to comment.