From fd8feb8bc86dd4f5b4ee25800faa444f169ad04a Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 13 Sep 2025 08:24:43 +0000 Subject: [PATCH] Update kotlin monorepo to v2.2.20 --- 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 4307596319..056c709bd8 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.17.0' - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.10" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.20" implementation "androidx.appcompat:appcompat:1.7.1" implementation "androidx.preference:preference-ktx:1.2.1" diff --git a/build.gradle b/build.gradle index 65a7f07e47..a8bc8d4eda 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.10' + ext.kotlin_version = '2.2.20' repositories { mavenCentral() google()