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 Oct 1, 2024
1 parent 76aa3c8 commit 5766022
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 @@ -20,7 +20,7 @@ mockk = "1.13.5"
moshi = "1.14.0" # latest version that is compatible with kotlin 1.7.x
retrofit = "2.9.0" # latest version that is compatible with kotlin 1.7.x
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 5766022

Please sign in to comment.