Skip to content

Commit 60dd4e9

Browse files
renovate[bot]sagarwal
andauthored
Update plugin google-services to v4.4.3 (#5510)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | com.google.gms.google-services | `4.4.2` -> `4.4.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.gms.google-services:com.google.gms.google-services.gradle.plugin/4.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.gms.google-services:com.google.gms.google-services.gradle.plugin/4.4.2/4.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <[email protected]>
1 parent 60d633c commit 60dd4e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- Bump Kotlin to v2.2.10
2424
- Bump KSP to v2.2.10-2.0.2
2525
- Bump AndroidX Work to v2.10.3
26+
- Bump Google Service to v4.4.3
2627

2728
### Changes
2829

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
229229
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
230230
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
231231
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
232-
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }
232+
google-services = { id = "com.google.gms.google-services", version = "4.4.3" }
233233
sentry = { id = "io.sentry.android.gradle", version = "5.8.0" }
234234

235235
[bundles]

0 commit comments

Comments
 (0)