File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation ' com.google.code.gson:gson:2.11.0'
47
47
// Required if generating JSR-303 annotations
48
48
implementation ' javax.validation:validation-api:2.0.1.Final'
49
- implementation " androidx.core:core-ktx:1.13.1 "
49
+ implementation " androidx.core:core-ktx:1.15.0 "
50
50
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20"
51
51
}
52
52
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
// Required if generating JSR-303 annotations
45
45
implementation(" javax.validation:validation-api:2.0.1.Final" )
46
46
implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3" )
47
- implementation(" androidx.core:core-ktx:1.13.1 " )
47
+ implementation(" androidx.core:core-ktx:1.15.0 " )
48
48
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20" )
49
49
}
50
50
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
}
34
34
35
35
dependencies {
36
- implementation(" androidx.core:core-ktx:1.13.1 " )
36
+ implementation(" androidx.core:core-ktx:1.15.0 " )
37
37
implementation(" androidx.appcompat:appcompat:1.6.1" )
38
38
implementation(" com.google.android.material:material:1.12.0" )
39
39
implementation(" com.google.code.gson:gson:2.11.0" )
You can’t perform that action at this time.
0 commit comments