From f2ee387e51e67f2f715265cbed05644dad0fd3b4 Mon Sep 17 00:00:00 2001 From: David Laurell Date: Sun, 30 Oct 2022 20:51:35 +0100 Subject: [PATCH] Add androidx.test:core:1.5.0-alpha02 to fix not being able to run ui tests on emulator with api 33 https://github.com/android/android-test/issues/1412 --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) 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'