Skip to content

Commit bfc0d66

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.16.0
1 parent ef59b72 commit bfc0d66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111

112112
// Android X
113113
implementation 'androidx.appcompat:appcompat:1.7.0'
114-
implementation 'androidx.core:core-ktx:1.15.0'
114+
implementation 'androidx.core:core-ktx:1.16.0'
115115
implementation 'androidx.core:core-splashscreen:1.0.1'
116116
implementation 'androidx.fragment:fragment:1.8.6'
117117
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
2323
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
2424
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
25+
<trusting group="androidx.core"/>
2526
<trusting group="androidx.databinding"/>
2627
<trusting group="androidx.fragment"/>
2728
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
@@ -1081,6 +1082,11 @@
10811082
<sha256 value="e8a6c386e1765d870012fed2221173d4a2e8d2fd5aec732c51afb4a9f4684519" origin="Generated by Gradle"/>
10821083
</artifact>
10831084
</component>
1085+
<component group="androidx.core" name="core" version="1.16.0">
1086+
<artifact name="core-1.16.0.aar">
1087+
<sha256 value="6bf03d39dbe3744acce227d3b697374c3625aae1025fbec8ad9fd7bd58bce431" origin="Generated by Gradle"/>
1088+
</artifact>
1089+
</component>
10841090
<component group="androidx.core" name="core" version="1.9.0">
10851091
<artifact name="core-1.9.0.module">
10861092
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)