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 @@ -56,7 +56,7 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
spotless = { id = "com.diffplug.spotless", version = "6.18.0" }
wire = { id = "com.squareup.wire", version = "5.3.1" }
wire = { id = "com.squareup.wire", version = "5.4.0" }

# Used by the sample app
# This is just a dummy version to make the verison catalog work. The real version is subsituted in the composite build.
Expand Down