Skip to content

Commit 5493c72

Browse files
Merge pull request #5583 from simpledotorg/master
2 parents 5c43ad6 + 2f378b4 commit 5493c72

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Next Release
44

55
### Internal
6-
- Bump AGP to v8.12.0
6+
- Bump AGP to v8.12.2
77
- Bump Lint to v31.12.0
88
- Bump Kotlin to v2.2.0
99
- Bump KSP to v2.2.0-2.0.2
@@ -12,17 +12,19 @@
1212
- Bump retrofit to v3.0.0
1313
- Bump sqlcipher to v4.10.0
1414
- Bump AndroidX AppCompat to v1.7.1
15-
- Bump AndroidX Fragment KTX to v1.8.8
15+
- Bump AndroidX Fragment KTX to v1.8.9
1616
- Bump asm to v9.8
1717
- Bump firebase remote config to v23.0.0
1818
- Bump Firebase Analytics KTX to v22.5.0
1919
- Bump Jackson Core to v2.19.2
2020
- Bump Lottie Compose to v6.6.7
2121
- Add `isUsingSmokelessTobacco` in `MedicalHistory` table
22-
- Bump AGP to v8.12.2
2322
- Bump Sentry to v8.20.0
2423
- Bump Kotlin to v2.2.10
2524
- Bump KSP to v2.2.10-2.0.2
25+
- 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ androidx-cameraView = "1.4.2"
55
androidx-camera = "1.4.2"
66
androidx-paging = "3.3.6"
77
androidx-room = "2.7.2"
8-
androidx-work = "2.10.1"
8+
androidx-work = "2.10.3"
99
androidx-security-crypto = "1.1.0-alpha07"
1010
androidx-viewmodel = "2.8.7"
1111
androidx-lifecycle = "2.8.7"
@@ -57,7 +57,7 @@ androidx-archCoreTesting = "androidx.arch.core:core-testing:2.2.0"
5757
androidx-cardview = "androidx.cardview:cardview:1.0.0"
5858
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
5959
androidx-core-ktx = "androidx.core:core-ktx:1.16.0"
60-
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.8"
60+
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.9"
6161
androidx-preference = "androidx.preference:preference:1.2.1"
6262
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0"
6363
androidx-viewpager2 = "androidx.viewpager2:viewpager2:1.1.0"
@@ -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)