From 15a4603c5747e0c46dab706aeb6d46a82aa6c837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:27:11 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 2.3.21 to 2.4.0 Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [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.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index c83ed8f..639b3f5 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -65,7 +65,7 @@ android { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.21") + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.4.0") implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.core:core-ktx:1.18.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1")