Skip to content

Commit

Permalink
fix(deps): update dependency com.android.tools:desugar_jdk_libs to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2022
1 parent fa10e8c commit ea9da9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'

implementation Compose.compiler
implementation Compose.ui
Expand Down
2 changes: 1 addition & 1 deletion compose-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'

implementation Compose.compiler
implementation Compose.ui
Expand Down

0 comments on commit ea9da9f

Please sign in to comment.