diff --git a/app/build.gradle b/app/build.gradle index a57755c..9d9aa72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion '1.4.6' + kotlinCompilerExtensionVersion '1.4.8' } packagingOptions { @@ -117,7 +117,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:$jUnitVersion" testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion" - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" + testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2" testImplementation project(path: ':app:testing') testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion" diff --git a/build.gradle b/build.gradle index 61164d5..a5df69c 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,6 @@ buildscript { plugins { id 'com.android.application' version '8.0.0' apply false id 'com.android.library' version '8.0.0' apply false - id 'org.jetbrains.kotlin.android' version '1.8.20' apply false + id 'org.jetbrains.kotlin.android' version '1.9.0' apply false id 'com.google.dagger.hilt.android' version "$hiltVersion" apply false } \ No newline at end of file