From d00cf71451bf04cc5c07671caecd5ab2b229ba07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 03:00:02 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.android in /07_crud/android Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 07_crud/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_crud/android/build.gradle b/07_crud/android/build.gradle index ece3c867d5..cd3939f700 100644 --- a/07_crud/android/build.gradle +++ b/07_crud/android/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.0.21" + ext.kotlin_version = "2.1.0" ext.android_gradle_version = "8.4.0" }