Skip to content

Commit

Permalink
Update desugar_jdk_libs to 1.2.2
Browse files Browse the repository at this point in the history
Closes: #328
  • Loading branch information
ghusta committed Feb 15, 2023
1 parent d39934c commit c7758f8
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.14.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'

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

0 comments on commit c7758f8

Please sign in to comment.