File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
38
38
}
39
39
40
40
dependencies {
41
- implementation ' androidx.core:core-ktx:1.16 .0'
41
+ implementation ' androidx.core:core-ktx:1.17 .0'
42
42
implementation ' androidx.appcompat:appcompat:1.7.1'
43
43
implementation ' com.google.android.material:material:1.13.0'
44
44
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change 147
147
<trusting group="ch.qos.logback"/>
148
148
<trusting group="org.slf4j"/>
149
149
</trusted-key>
150
+ <trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>
150
151
<trusted-key id="694621A7227D8D5289699830ABE9F3126BB741C1" group="^com[.]google($|([.].*))" regex="true"/>
151
152
<trusted-key id="696B6199A2A9D8C29CE78CC0D041CAD2E452550F" group="com.google.protobuf"/>
152
153
<trusted-key id="6DD3B8C64EF75253BEB2C53AD908A43FB7EC07AC" group="jakarta.activation"/>
2234
2235
<sha256 value="4ab4a3b0bc1664e3a2c60dec699af635778e15c6ee373971690948f073dd721e" origin="Generated by Gradle"/>
2235
2236
</artifact>
2236
2237
</component>
2238
+ <component group="androidx.core" name="core" version="1.17.0">
2239
+ <artifact name="core-1.17.0.aar">
2240
+ <sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
2241
+ </artifact>
2242
+ </component>
2237
2243
<component group="androidx.core" name="core" version="1.9.0">
2238
2244
<artifact name="core-1.9.0.module">
2239
2245
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
}
44
44
45
45
dependencies {
46
- implementation ' androidx.core:core-ktx:1.16 .0'
46
+ implementation ' androidx.core:core-ktx:1.17 .0'
47
47
implementation ' androidx.appcompat:appcompat:1.7.1'
48
48
implementation ' com.google.android.material:material:1.13.0'
49
49
implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
51
51
implementation(" com.vanniktech:ui:0.10.0" )
52
52
53
- implementation ' androidx.core:core-ktx:1.16 .0'
53
+ implementation ' androidx.core:core-ktx:1.17 .0'
54
54
implementation ' androidx.appcompat:appcompat:1.7.1'
55
55
testImplementation ' junit:junit:4.13.2'
56
56
androidTestImplementation ' androidx.test.ext:junit:1.3.0'
You can’t perform that action at this time.
0 commit comments