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 {
3838}
3939
4040dependencies {
41- implementation ' androidx.core:core-ktx:1.15 .0'
41+ implementation ' androidx.core:core-ktx:1.16 .0'
4242 implementation ' androidx.appcompat:appcompat:1.7.0'
4343 implementation ' com.google.android.material:material:1.12.0'
4444 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change 5858 <trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
5959 <trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
6060 <trusting group="androidx.constraintlayout"/>
61+ <trusting group="androidx.core"/>
6162 <trusting group="androidx.databinding"/>
6263 <trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
6364 <trusting group="^com[.]android($|([.].*))" regex="true"/>
14591460 <sha256 value="e8a6c386e1765d870012fed2221173d4a2e8d2fd5aec732c51afb4a9f4684519" origin="Generated by Gradle"/>
14601461 </artifact>
14611462 </component>
1463+ <component group="androidx.core" name="core" version="1.16.0">
1464+ <artifact name="core-1.16.0.aar">
1465+ <sha256 value="6bf03d39dbe3744acce227d3b697374c3625aae1025fbec8ad9fd7bd58bce431" origin="Generated by Gradle"/>
1466+ </artifact>
1467+ </component>
14621468 <component group="androidx.core" name="core" version="1.9.0">
14631469 <artifact name="core-1.9.0.module">
14641470 <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 {
4343}
4444
4545dependencies {
46- implementation ' androidx.core:core-ktx:1.15 .0'
46+ implementation ' androidx.core:core-ktx:1.16 .0'
4747 implementation ' androidx.appcompat:appcompat:1.7.0'
4848 implementation ' com.google.android.material:material:1.12.0'
4949 implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
5050
5151 implementation(" com.vanniktech:ui:0.10.0" )
5252
53- implementation ' androidx.core:core-ktx:1.15 .0'
53+ implementation ' androidx.core:core-ktx:1.16 .0'
5454 implementation ' androidx.appcompat:appcompat:1.7.0'
5555 testImplementation ' junit:junit:4.13.2'
5656 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
You can’t perform that action at this time.
0 commit comments