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.13.1 '
41+ implementation ' androidx.core:core-ktx:1.15.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 122122 <trusting group =" androidx.core" />
123123 <trusting group =" androidx.lifecycle" />
124124 <trusting group =" androidx.preference" name =" preference-ktx" version =" 1.2.1" />
125+ <trusting group =" androidx.tracing" name =" tracing" version =" 1.2.0" />
125126 <trusting group =" androidx.webkit" />
126127 <trusting group =" ^androidx[.]compose($|([.].*))" regex =" true" />
127128 </trusted-key >
716717 <sha256 value =" 2c27de199535675005553066597a4b20fa1eea7c228ab4ef6b32b5fe39ca1f59" origin =" Generated by Gradle" />
717718 </artifact >
718719 </component >
720+ <component group =" androidx.core" name =" core" version =" 1.15.0" >
721+ <artifact name =" core-1.15.0.aar" >
722+ <sha256 value =" 432b85a1974076e14b487ece4a28c59a84f1b9efc3fc8be72cd7f05d32055e51" origin =" Generated by Gradle" />
723+ </artifact >
724+ </component >
719725 <component group =" androidx.core" name =" core" version =" 1.9.0" >
720726 <artifact name =" core-1.9.0.module" >
721727 <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.13.1 '
46+ implementation ' androidx.core:core-ktx:1.15.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.0'
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.13.1 '
53+ implementation ' androidx.core:core-ktx:1.15.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