Merge pull request #778 from nextcloud/renovate/com.android.tools-desugar_jdk_libs-2.x

fix(deps): update dependency com.android.tools:desugar_jdk_libs to v2.1.3
This commit is contained in:
Tobias Kaminsky 2024-11-07 11:55:03 +01:00 коммит произвёл GitHub
Родитель b23f084558 0812c36ab0
Коммит f9a469118a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 18 добавлений и 2 удалений

Просмотреть файл

@ -1255,6 +1255,14 @@
<sha256 value="badfeb5925c57d7a828bebcb1b2c65779330f5c87eb5a5cd2a772571271bdc16" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools" name="desugar_jdk_libs" version="2.1.3">
<artifact name="desugar_jdk_libs-2.1.3.jar">
<sha256 value="3b9d6c2987cddf4f0b0c5df4210560bb45d232f62f830509ff29677639aab86d" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="desugar_jdk_libs-2.1.3.pom">
<sha256 value="18e8764d702178754e0d5d17df7c3e49396fd97f3a30f4c0881ac363bb2b9c23" 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"/>
@ -1271,6 +1279,14 @@
<sha256 value="3fd134cd3a1b7550a877f94ffe2a4334b776efca1abac9e2e90502f5c1956ef5" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.android.tools" name="desugar_jdk_libs_configuration" version="2.1.3">
<artifact name="desugar_jdk_libs_configuration-2.1.3.jar">
<sha256 value="261c824fe389d417fa7ffa98c58f76c914bfbbfea7838bc6e0e2b8aac90d6ce0" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="desugar_jdk_libs_configuration-2.1.3.pom">
<sha256 value="8fd1362f566a24d8a0c806a4e8850e80b678ac3877e06f0cca68214db1e09d6b" 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"/>

Просмотреть файл

@ -114,7 +114,7 @@ detekt {
}
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'androidx.annotation:annotation:1.9.1'

Просмотреть файл

@ -36,7 +36,7 @@ android {
}
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21"))
implementation project(path: ':lib')