Skip to content

Commit

Permalink
Update desugar_jdk_libs to 2.1.4
Browse files Browse the repository at this point in the history
Closes: #434
  • Loading branch information
ghusta committed Dec 21, 2024
1 parent c2ddcef commit f8d283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.4.4'
Expand Down

0 comments on commit f8d283c

Please sign in to comment.