Skip to content

Commit

Permalink
Merge pull request #3378 from gedoor/dependabot/gradle/com.google.gms…
Browse files Browse the repository at this point in the history
….google-services-4.4.0

Bump com.google.gms.google-services from 4.3.15 to 4.4.0
  • Loading branch information
gedoor authored Nov 1, 2023
2 parents a8496ef + e2b1e4f commit 56aca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
id 'com.google.devtools.ksp' version "$kotlin_version-$ksp_version" apply false
id "de.undercouch.download" version "5.5.0" apply false
id "com.google.gms.google-services" version "4.3.15" apply false
id "com.google.gms.google-services" version "4.4.0" apply false
}

tasks.register('clean', Delete) {
Expand Down

0 comments on commit 56aca6c

Please sign in to comment.