Skip to content

Commit

Permalink
Merge pull request #88 from apivideo/fix/java_android_test
Browse files Browse the repository at this point in the history
chore(ci): upgrade junit5 because old version are not in maven anymore
  • Loading branch information
bot-api-video authored Feb 12, 2024
2 parents 271fda9 + 7541b81 commit 33c7f0e
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 33c7f0e

Please sign in to comment.