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.4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent ace2ac2 commit b5da9f3
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 @@ -1276,6 +1276,14 @@
<sha256 value="18e8764d702178754e0d5d17df7c3e49396fd97f3a30f4c0881ac363bb2b9c23" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools" name="desugar_jdk_libs" version="2.1.4">
<artifact name="desugar_jdk_libs-2.1.4.jar">
<sha256 value="d7604feeef3a771d5d616b68fcc2c42f516243311ea286cfd41e1962829a6d28" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="desugar_jdk_libs-2.1.4.pom">
<sha256 value="0c0c8e1970349bf3572bf24551ee677665690203704fbb16b367d3a375961f30" 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 @@ -1300,6 +1308,14 @@
<sha256 value="8fd1362f566a24d8a0c806a4e8850e80b678ac3877e06f0cca68214db1e09d6b" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools" name="desugar_jdk_libs_configuration" version="2.1.4">
<artifact name="desugar_jdk_libs_configuration-2.1.4.jar">
<sha256 value="5d770c1ba225c2cdf09086bf662954ae765ee481f901b02cd7b1dc3c8077c3f4" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="desugar_jdk_libs_configuration-2.1.4.pom">
<sha256 value="31618ac9ef605b980947937ed35ac516a360348571bdb62d512f21dd9051f3fa" 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 @@ -115,7 +115,7 @@ detekt {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'

implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'androidx.annotation:annotation:1.9.1'
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.1.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.1.0"))

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

0 comments on commit b5da9f3

Please sign in to comment.