update gradle to 4.4.1

This commit is contained in:
2018-01-22 18:14:10 +01:00
parent 8ee6118854
commit c5e49b388b
3 changed files with 2 additions and 2 deletions

View File

@@ -70,5 +70,5 @@ subprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '4.4'
gradleVersion = '4.4.1'
}