update gradle to 5.5

This commit is contained in:
2019-07-04 09:01:39 +02:00
parent 4f57a29c3b
commit 58f988f378
4 changed files with 4 additions and 4 deletions

View File

@@ -121,5 +121,5 @@ allprojects {
}
wrapper {
gradleVersion = '5.4.1'
gradleVersion = '5.5'
}