Skip to content

Commit 5c43ad6

Browse files
Merge pull request #5574 from simpledotorg/master
2 parents 1bb772e + 4c0212c commit 5c43ad6

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
@@ -21,6 +21,8 @@
2121
- Add `isUsingSmokelessTobacco` in `MedicalHistory` table
2222
- Bump AGP to v8.12.2
2323
- Bump Sentry to v8.20.0
24+
- Bump Kotlin to v2.2.10
25+
- Bump KSP to v2.2.10-2.0.2
2426

2527
### Changes
2628

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ androidx-activity = "1.10.1"
1414
chucker = "4.2.0"
1515
dagger = "2.57"
1616

17-
kotlin = "2.2.0"
17+
kotlin = "2.2.10"
1818

19-
ksp = "2.2.0-2.0.2"
19+
ksp = "2.2.10-2.0.2"
2020

2121
ktlint = "0.36.0"
2222

0 commit comments

Comments
 (0)