Skip to content

Commit db69e0d

Browse files
Update dependency androidx.core:core-ktx from 1.13.1 to 1.15.0
1 parent 9bdbc1f commit db69e0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/android-agp7/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation 'com.google.code.gson:gson:2.11.0'
4747
// Required if generating JSR-303 annotations
4848
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"
5050
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20"
5151
}
5252

demo/android-agp7/lib/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
// Required if generating JSR-303 annotations
4545
implementation("javax.validation:validation-api:2.0.1.Final")
4646
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")
4848
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20")
4949
}
5050

demo/android-agp7/lib2/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
}
3434

3535
dependencies {
36-
implementation("androidx.core:core-ktx:1.13.1")
36+
implementation("androidx.core:core-ktx:1.15.0")
3737
implementation("androidx.appcompat:appcompat:1.6.1")
3838
implementation("com.google.android.material:material:1.12.0")
3939
implementation("com.google.code.gson:gson:2.11.0")

0 commit comments

Comments
 (0)