diff --git a/app/build.gradle b/app/build.gradle index a56122c9..3b014c20 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -181,10 +181,10 @@ dependencies { implementation "com.android.billingclient:billing-ktx:6.2.0" // ROOM - ksp "androidx.room:room-compiler:2.6.1" - implementation "androidx.room:room-ktx:2.6.1" - implementation "androidx.room:room-runtime:2.6.1" - implementation "androidx.room:room-rxjava3:2.6.1" + ksp "androidx.room:room-compiler:2.7.0" + implementation "androidx.room:room-ktx:2.7.0" + implementation "androidx.room:room-runtime:2.7.0" + implementation "androidx.room:room-rxjava3:2.7.0" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" diff --git a/build.gradle b/build.gradle index f1506730..133c70ae 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.0.21' + kotlin_version = '2.1.21' } repositories { google() @@ -18,8 +18,8 @@ buildscript { plugins { id 'com.android.application' version '8.7.2' apply false id 'com.android.library' version '8.7.2' apply false - id 'org.jetbrains.kotlin.android' version '2.0.21' apply false - id 'com.google.devtools.ksp' version '2.0.21-1.0.25' apply false + id 'org.jetbrains.kotlin.android' version '2.1.21' apply false + id 'com.google.devtools.ksp' version '2.1.21-2.0.2' apply false id "org.jlleitschuh.gradle.ktlint" version "11.2.0" id 'com.google.gms.google-services' version '4.3.15' apply false