From 4bcb3de43015b22b833084012eabcf0486c269e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 02:12:16 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.android in /07_animations/layout_changes Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 07_animations/layout_changes/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_animations/layout_changes/build.gradle b/07_animations/layout_changes/build.gradle index 264369679..2b040774d 100644 --- a/07_animations/layout_changes/build.gradle +++ b/07_animations/layout_changes/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "2.2.10" + ext.kotlin_version = "2.2.21" ext.android_gradle_version = "8.12.1" }