File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 77
88buildscript {
99 ext {
10- kotlin_version = ' 2.2.20 '
10+ kotlin_version = ' 2.2.21 '
1111 }
1212 repositories {
1313 google()
Original file line number Diff line number Diff line change 125125 <trusting group="org.codehaus.woodstox"/>
126126 <trusting group="^com[.]fasterxml($|([.].*))" regex="true"/>
127127 </trusted-key>
128+ <trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>
128129 <trusted-key id="694621A7227D8D5289699830ABE9F3126BB741C1" group="^com[.]google($|([.].*))" regex="true"/>
129130 <trusted-key id="696B6199A2A9D8C29CE78CC0D041CAD2E452550F" group="com.google.protobuf"/>
130131 <trusted-key id="6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688" group="org.apache.httpcomponents" name="httpcomponents-parent" version="12"/>
255256 <trusting group="org.projectlombok" name="lombok" version="1.18.30"/>
256257 <trusting group="org.projectlombok" name="lombok" version="1.18.32"/>
257258 </trusted-key>
259+ <trusted-key id="D477D51812E692011DB11E66A6EA2E2BF22E0543" group="io.github.java-diff-utils"/>
258260 <trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
259261 <trusted-key id="D878D4A823EAE731B729D1A8D2151178A123C97F">
260262 <trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.10"/>
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
3737
3838dependencies {
3939 coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.1.5'
40- implementation(platform(" org.jetbrains.kotlin:kotlin-bom:2.2.20 " ))
40+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:2.2.21 " ))
4141
4242 implementation project(path : ' :lib' )
4343 implementation ' androidx.appcompat:appcompat:1.7.1'
You can’t perform that action at this time.
0 commit comments