Skip to content

Commit

Permalink
Update desugar_jdk_libs to 2.1.2
Browse files Browse the repository at this point in the history
Closes: #420
  • Loading branch information
ghusta committed Sep 17, 2024
1 parent f41a219 commit 1ab30c7
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 @@ -90,7 +90,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'

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

0 comments on commit 1ab30c7

Please sign in to comment.