Declare common dependency versions in root gradle

This commit is contained in:
TacoTheDank
2021-08-07 17:51:09 -04:00
parent 71b9fd0076
commit cf9e678223
3 changed files with 12 additions and 6 deletions

View File

@@ -15,6 +15,12 @@ allprojects {
jcenter()
maven { url "https://jitpack.io" }
}
ext {
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
spotbugsVersion = "4.2.3"
junitVersion = "4.13.2"
}
}
dependencies {