Updated to JUnit 5

This commit is contained in:
litetex 2021-12-27 21:08:08 +01:00
parent 10f6cc7194
commit a2cbdf0991
90 changed files with 750 additions and 825 deletions

View file

@ -1,6 +1,4 @@
dependencies {
testImplementation "junit:junit:$junitVersion"
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
}