From a0f55c77b51681d86ee95fb2bd7deebb058c2348 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 16 Aug 2025 01:03:21 +0000 Subject: [PATCH] Update kotlin monorepo to v2.2.10 --- 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 b8faf51d3f..ca8d5ae1cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -231,7 +231,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-library:3.0" implementation 'androidx.core:core-ktx:1.16.0' - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.0" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.10" implementation "androidx.appcompat:appcompat:1.7.1" implementation "androidx.preference:preference-ktx:1.2.1" diff --git a/build.gradle b/build.gradle index 55af78d1e0..65a7f07e47 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.0' + ext.kotlin_version = '2.2.10' repositories { mavenCentral() google()