Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- Update Compose BOM to v2025.08.01
- Migrate new medical history screen to Jetpack Compose
- Bump AndroidX Benchmark to v1.4.0
- Bump Open CSV to v5.12.0

### Changes

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ moshi-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
okhttp-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttp-interceptor-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }

openCsv = "com.opencsv:opencsv:5.11"
openCsv = "com.opencsv:opencsv:5.12.0"

play-app-update = "com.google.android.play:app-update-ktx:2.1.0"
play-services-auth = "com.google.android.gms:play-services-auth:21.3.0"
Expand Down
Loading