File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 12231223 <sha256 value =" 72ae9f11c8cbf2df26242b063d20aff138fb7f077a904c5515647a78408a7c59" origin =" Generated by Gradle" reason =" Artifact is not signed" />
12241224 </artifact >
12251225 </component >
1226+ <component group =" com.android.tools" name =" desugar_jdk_libs" version =" 2.1.2" >
1227+ <artifact name =" desugar_jdk_libs-2.1.2.jar" >
1228+ <sha256 value =" 18ad1bb4a7d1ca9a394c2734c73b554d0f60e9811baaf135269e7e915c4dfdf6" origin =" Generated by Gradle" reason =" Artifact is not signed" />
1229+ </artifact >
1230+ <artifact name =" desugar_jdk_libs-2.1.2.pom" >
1231+ <sha256 value =" badfeb5925c57d7a828bebcb1b2c65779330f5c87eb5a5cd2a772571271bdc16" origin =" Generated by Gradle" reason =" Artifact is not signed" />
1232+ </artifact >
1233+ </component >
12261234 <component group =" com.android.tools" name =" desugar_jdk_libs_configuration" version =" 2.0.4" >
12271235 <artifact name =" desugar_jdk_libs_configuration-2.0.4.jar" >
12281236 <sha256 value =" 65ca5e091f76154b0f39337cb15e3087ccdd2691aa320b6f94aa41ec0ec8a6d0" origin =" Generated by Gradle" reason =" Artifact is not signed" />
12311239 <sha256 value =" a094796edb7a916cc24be9bd095c96e10716630a47af3e066c0d32de3fb8bcf4" origin =" Generated by Gradle" reason =" Artifact is not signed" />
12321240 </artifact >
12331241 </component >
1242+ <component group =" com.android.tools" name =" desugar_jdk_libs_configuration" version =" 2.1.2" >
1243+ <artifact name =" desugar_jdk_libs_configuration-2.1.2.jar" >
1244+ <sha256 value =" 1f95eed6b50f61b2e63f24aae4c246c54731b853f07f193531f5beca08cdf3c5" origin =" Generated by Gradle" reason =" Artifact is not signed" />
1245+ </artifact >
1246+ <artifact name =" desugar_jdk_libs_configuration-2.1.2.pom" >
1247+ <sha256 value =" 3fd134cd3a1b7550a877f94ffe2a4334b776efca1abac9e2e90502f5c1956ef5" origin =" Generated by Gradle" reason =" Artifact is not signed" />
1248+ </artifact >
1249+ </component >
12341250 <component group =" com.android.tools" name =" dvlib" version =" 31.2.2" >
12351251 <artifact name =" dvlib-31.2.2.jar" >
12361252 <sha256 value =" 0cb57c126ed95657ae1e0974af092b401a52b76d5683f7ccbe1f8f21af06794e" origin =" Generated by Gradle" reason =" Artifact is not signed" />
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ detekt {
114114}
115115
116116dependencies {
117- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
117+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.2 '
118118
119119 implementation " androidx.appcompat:appcompat:1.7.0"
120120 implementation ' androidx.annotation:annotation:1.8.2'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636}
3737
3838dependencies {
39- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
39+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.2 '
4040 implementation(platform(" org.jetbrains.kotlin:kotlin-bom:2.0.20" ))
4141
4242 implementation project(path : ' :lib' )
You can’t perform that action at this time.
0 commit comments