Updated dependencies for testing

This commit is contained in:
schordas 2022-04-26 11:09:54 -07:00
parent 8dfbc111e0
commit 74662a34a1
2 changed files with 2 additions and 2 deletions

View File

@ -59,5 +59,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version" 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"
} }

View File

@ -7,7 +7,7 @@ buildscript {
plugins { plugins {
id 'com.android.application' version '7.1.2' apply false id 'com.android.application' version '7.1.2' apply false
id 'com.android.library' 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) { task clean(type: Delete) {