Skip to content

Commit

Permalink
Add androidx.test:core:1.5.0-alpha02 to fix not being able to run ui …
Browse files Browse the repository at this point in the history
…tests on emulator with api 33

android/android-test#1412
  • Loading branch information
daverix committed Oct 30, 2022
1 parent 447df6d commit f2ee387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f2ee387

Please sign in to comment.