Skip to content

Commit

Permalink
Bump Kotlin Result to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 12, 2024
1 parent e2c1101 commit 48591cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ object deps {
object misc {

private const val desugaredLibsVersion = "2.0.4"
private const val kotlinResultVersion = "1.1.16"
private const val kotlinResultVersion = "2.0.0"
private const val hiltBinderVersion = "1.1.2"
private const val coilVersion = "2.1.0"
private const val zoomableVersion = "1.5.1"
Expand Down

0 comments on commit 48591cc

Please sign in to comment.