Skip to content

Commit

Permalink
Merge pull request #2 from SteliosPapamichail/dev-1.1.0
Browse files Browse the repository at this point in the history
Updated junit4 for compose dependency version
  • Loading branch information
SteliosPapamichail committed Jun 7, 2023
2 parents 3fc754c + e0eec68 commit 48195c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.3"
debugImplementation "androidx.compose.ui:ui-tooling"
debugImplementation "androidx.compose.ui:ui-test-manifest"
}

0 comments on commit 48195c3

Please sign in to comment.