From eced8996a47cd4d0d17707dd9cc9f9b062c25d44 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 25 Oct 2025 01:08:24 +0000 Subject: [PATCH] Update kotlin monorepo to v2.2.21 --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1a6a1b3d6e..eb5dc1fb1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -230,7 +230,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-library:3.0" implementation 'androidx.core:core-ktx:1.17.0' - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.20" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.21" implementation "androidx.appcompat:appcompat:1.7.1" implementation "androidx.preference:preference-ktx:1.2.1" diff --git a/build.gradle b/build.gradle index a8bc8d4eda..88efb8c9df 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '2.2.20' + ext.kotlin_version = '2.2.21' repositories { mavenCentral() google()