Skip to content

Commit

Permalink
Bump desugaring lib
Browse files Browse the repository at this point in the history
Now that we are using java 11, we need to
bump desugar version to capture all of
these available java 11 language features
"
  • Loading branch information
tir38 committed Sep 30, 2024
1 parent 0b589d1 commit 08beb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ material = "1.12.0"
maven_publish_plugin = "0.17.0"
mockk = "1.13.5"
secretsGradlePlugin = "2.0.1"
tools_desugar_sdk = "1.1.5"
tools_desugar_sdk = "2.1.2"

[libraries]
kotlinCoroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx_coroutines" }
Expand Down

0 comments on commit 08beb25

Please sign in to comment.