update gradle to 5.2.1

This commit is contained in:
2019-02-17 09:13:40 +01:00
parent b31f756500
commit 528e0b3ba3
2 changed files with 2 additions and 2 deletions

View File

@@ -63,5 +63,5 @@ subprojects {
}
wrapper() {
gradleVersion = '5.1'
gradleVersion = '5.2.1'
}