From 7459ea1e3d0c96dd003a2a79b54d00474decec8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 05:03:04 +0000 Subject: [PATCH] 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](https://github.com/JetBrains/kotlin/compare/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] --- build.gradle | 2 +- libtestingexample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9cb84c8..682264e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,6 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:8.12.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10" } } \ No newline at end of file diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index ef5de85..ebe898e 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation "androidx.core:core-ktx:1.16.0" + implementation "androidx.core:core-ktx:1.17.0" implementation "androidx.appcompat:appcompat:1.7.1" implementation "com.google.android.material:material:1.12.0" androidTestImplementation "androidx.test.ext:junit:1.3.0"