diff --git a/app/build.gradle b/app/build.gradle index 201f92f..847c71d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,6 +90,7 @@ dependencies { androidTestImplementation 'androidx.compose.ui:ui-test-junit4' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test:rules:1.4.0' + androidTestImplementation 'androidx.test:core:1.5.0-rc01' // unit test testImplementation 'junit:junit:4.13.2'