Skip to content

Commit 1745dcd

Browse files
Merge pull request #5585 from simpledotorg/master
2 parents 6612ba3 + 2f378b4 commit 1745dcd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
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
27+
- Bump Sentry Android to v5.9.0
2628

2729
### Changes
2830

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ 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" }
233-
sentry = { id = "io.sentry.android.gradle", version = "5.8.0" }
232+
google-services = { id = "com.google.gms.google-services", version = "4.4.3" }
233+
sentry = { id = "io.sentry.android.gradle", version = "5.9.0" }
234234

235235
[bundles]
236236
androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]

0 commit comments

Comments
 (0)