From 74662a34a1bd44608e270fe71bf2e9b3ed777d9c Mon Sep 17 00:00:00 2001 From: schordas Date: Tue, 26 Apr 2022 11:09:54 -0700 Subject: [PATCH] Updated dependencies for testing --- 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 c837751..00db807 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,5 +59,5 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version" - debugImplementation "androidx.compose.ui:ui-tooling:$compose_version" + debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version" } \ No newline at end of file diff --git a/build.gradle b/build.gradle index bda2390..8fea177 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { plugins { id 'com.android.application' version '7.1.2' apply false id 'com.android.library' version '7.1.2' apply false - id 'org.jetbrains.kotlin.android' version '1.5.31' apply false + id 'org.jetbrains.kotlin.android' version '1.6.10' apply false } task clean(type: Delete) {