Skip to content
Closed
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: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protobuf = "4.33.1"
profileinstaller = "1.3.1" # version pinned to 1.3.1 because of AGP bug
okhttp = "4.12.0"
firebase = "25.0.1"
compose = "1.0.5" # DO NOT BUMP: getAllSemanticsNodes signature changed in 1.6+, breaking backward compatibility with older runtime versions
compose = "1.10.0" # DO NOT BUMP: getAllSemanticsNodes signature changed in 1.6+, breaking backward compatibility with older runtime versions
robolectric = "4.15"
mockk = "1.14.6"
androidxTest = "1.7.0"
Expand Down
Loading