Skip to content

Commit

Permalink
add junit-vintage-engine + remove duplicated junit dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Sep 5, 2024
1 parent c396743 commit 4869a09
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 @@ -359,12 +359,12 @@ dependencies {
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"

implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5")
testImplementation("junit:junit:4.13.2")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.08.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0'
}

tasks.register('installGitHooks', Copy) {
Expand Down

0 comments on commit 4869a09

Please sign in to comment.