Skip to content

Commit

Permalink
chore(ci): upgrade junit5 because old version are not in maven anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee authored Feb 12, 2024
1 parent 271fda9 commit 7541b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ dependencies {
androidTestImplementation 'androidx.test:core:1.5.0'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
androidTestImplementation 'de.mannodermaus.junit5:android-test-core:1.10.0'
androidTestRuntimeOnly 'de.mannodermaus.junit5:android-test-runner:1.10.0'
androidTestImplementation 'de.mannodermaus.junit5:android-test-core:1.4.0'
androidTestRuntimeOnly 'de.mannodermaus.junit5:android-test-runner:1.4.0'
}

// Use spotless plugin to automatically format code, remove unused import, etc
Expand Down

0 comments on commit 7541b81

Please sign in to comment.