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 @@ -25,6 +25,7 @@
- Bump AndroidX Work to v2.10.3
- Bump Google Service to v4.4.3
- Bump Sentry Android to v5.9.0
- Bump AndroidX ViewModel to v2.9.3

### 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 @@ -7,7 +7,7 @@ androidx-paging = "3.3.6"
androidx-room = "2.7.2"
androidx-work = "2.10.3"
androidx-security-crypto = "1.1.0-alpha07"
androidx-viewmodel = "2.8.7"
androidx-viewmodel = "2.9.3"
androidx-lifecycle = "2.8.7"
androidx-activity = "1.10.1"

Expand Down
Loading