Move junit version to version.gradle

This commit is contained in:
Paul Schaub 2022-04-11 12:43:22 +02:00
parent ff0506d29c
commit 69b9881798
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 1 additions and 1 deletions

View file

@ -8,5 +8,6 @@ allprojects {
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
junitVersion = '5.8.2'
}
}