Skip to content

Commit 058a572

Browse files
committed
update build.gradle in the sample module
1 parent 887e370 commit 058a572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation "androidx.compose.ui:ui-tooling:$compose_version"
5858
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
5959
implementation 'androidx.activity:activity-compose:1.3.0-alpha06'
60-
testImplementation 'junit:junit:5.7.1'
60+
testImplementation 'junit:junit:4.+'
6161
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
6262
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
6363
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"

0 commit comments

Comments
 (0)