Skip to content

Commit

Permalink
Merge pull request #163 from android/renovate/com.android.tools-desug…
Browse files Browse the repository at this point in the history
…ar_jdk_libs-2.x

Update dependency com.android.tools:desugar_jdk_libs to v2
  • Loading branch information
yschimke authored Sep 21, 2023
2 parents 64e642b + c5ad96a commit d46ec96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion health-connect/HealthConnectSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ dependencies {

debugImplementation "androidx.compose.ui:ui-tooling"

coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.2.3"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.3"
}
2 changes: 1 addition & 1 deletion health-platform-v1/HealthPlatformSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ dependencies {

debugImplementation "androidx.compose.ui:ui-tooling"

coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.2.3"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.3"
}

0 comments on commit d46ec96

Please sign in to comment.