We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887e370 commit 058a572Copy full SHA for 058a572
sample/build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
implementation "androidx.compose.ui:ui-tooling:$compose_version"
58
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
59
implementation 'androidx.activity:activity-compose:1.3.0-alpha06'
60
- testImplementation 'junit:junit:5.7.1'
+ testImplementation 'junit:junit:4.+'
61
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
62
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
63
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
0 commit comments