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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[versions]
agp = "8.13.2" # CEILING: 9.x requires Gradle 9.5+
kotlin = "2.4.10"
ktlint = "12.1.1" # PINNED: 14.x adds wrapping rules that fight the house style
ktlint = "13.1.0" # PINNED: 14.x adds wrapping rules that fight the house style

# AndroidX
coreKtx = "1.16.0" # CEILING: 1.19.0 requires compileSdk 37
Expand Down
Loading