Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ data class Android(
val androidxCore: String = "1.18.0",
val appcompat: String = "1.7.1",
val material: String = "1.14.0",
val lifecycle: String = "2.10.0",
val lifecycle: String = "2.11.0",
val fragment: String = "1.8.9",
val activity: String = "1.13.0",
val constraintlayout: String = "2.2.1",
Expand Down
Loading