Skip to content

Commit b8c3c69

Browse files
dependabot[bot]jdvp
authored andcommitted
Bump the gradle-dependencies group with 2 updates
Bumps the gradle-dependencies group with 2 updates: [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) and androidx.core:core-ktx. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.0 to 2.2.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) Updates `androidx.core:core-ktx` from 1.16.0 to 1.17.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60cfc15 commit b8c3c69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ buildscript {
66
}
77
dependencies {
88
classpath "com.android.tools.build:gradle:8.12.0"
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0"
9+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10"
1010
}
1111
}

libtestingexample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
dependencies {
38-
implementation "androidx.core:core-ktx:1.16.0"
38+
implementation "androidx.core:core-ktx:1.17.0"
3939
implementation "androidx.appcompat:appcompat:1.7.1"
4040
implementation "com.google.android.material:material:1.12.0"
4141
androidTestImplementation "androidx.test.ext:junit:1.3.0"

0 commit comments

Comments
 (0)