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
….1.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 64b4136 commit deda5b2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,14 @@
<sha256 value="72ae9f11c8cbf2df26242b063d20aff138fb7f077a904c5515647a78408a7c59" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools" name="desugar_jdk_libs" version="2.1.1">
<artifact name="desugar_jdk_libs-2.1.1.jar">
<sha256 value="520c7d9d39a3cf541efe988c0af71b2d7957691699f222172a73ed32427fa8d0" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="desugar_jdk_libs-2.1.1.pom">
<sha256 value="a0934458ac0fb53408ad0274b7e754966ae8c6c9a18b95f0f3533a63924ebf55" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools" name="desugar_jdk_libs_configuration" version="2.0.4">
<artifact name="desugar_jdk_libs_configuration-2.0.4.jar">
<sha256 value="65ca5e091f76154b0f39337cb15e3087ccdd2691aa320b6f94aa41ec0ec8a6d0" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand All @@ -1223,6 +1231,14 @@
<sha256 value="a094796edb7a916cc24be9bd095c96e10716630a47af3e066c0d32de3fb8bcf4" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools" name="desugar_jdk_libs_configuration" version="2.1.1">
<artifact name="desugar_jdk_libs_configuration-2.1.1.jar">
<sha256 value="446bad326a57990599e74d9fcef0c506a3f1cc1ee2176f54fcd084b434e43030" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="desugar_jdk_libs_configuration-2.1.1.pom">
<sha256 value="da21d0a7a0f39ae6b1a32c1fbef4b8c0348f8fb641782298c00b93e613eec58e" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools" name="dvlib" version="31.2.2">
<artifact name="dvlib-31.2.2.jar">
<sha256 value="0cb57c126ed95657ae1e0974af092b401a52b76d5683f7ccbe1f8f21af06794e" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ detekt {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.1'

implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'androidx.annotation:annotation:1.8.2'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.1'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.20"))

implementation project(path: ':lib')
Expand Down

0 comments on commit deda5b2

Please sign in to comment.