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()