File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ dependencies {
45
45
implementation(" com.google.firebase:firebase-appcheck-debug" )
46
46
47
47
implementation(" com.squareup.retrofit2:retrofit:2.11.0" )
48
- implementation(" androidx.core:core-ktx:1.13.0 " )
48
+ implementation(" androidx.core:core-ktx:1.13.1 " )
49
49
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
}
33
33
34
34
dependencies {
35
- implementation(" androidx.core:core-ktx:1.13.0 " )
35
+ implementation(" androidx.core:core-ktx:1.13.1 " )
36
36
implementation(" androidx.appcompat:appcompat:1.6.1" )
37
37
implementation(" com.google.android.material:material:1.11.0" )
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
34
34
dependencies {
35
35
implementation(fileTree(" libs" ).include(" *.jar" ))
36
- implementation(" androidx.core:core-ktx:1.13.0 " )
36
+ implementation(" androidx.core:core-ktx:1.13.1 " )
37
37
implementation(" androidx.appcompat:appcompat:1.6.1" )
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
39
39
You can’t perform that action at this time.
0 commit comments