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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
- Bump Mockito Kotlin to v6.0.0
- Add helper function `diagnosedAt` to update the htn and dm diagnosed at fields in medical history
- Bump asm to v9.9
- Bump AGP to v8.13.2
- Bump Lint to v31.13.2

### Changes

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.13.0"
agp = "8.13.2"

androidx-cameraView = "1.5.0"
androidx-camera = "1.5.0"
Expand All @@ -20,7 +20,7 @@ ksp = "2.2.20-2.0.2"

ktlint = "0.36.0"

lint = "31.13.0"
lint = "31.13.2"

mobius = "2.1.1"

Expand Down
Loading