update gradle to 6.7

This commit is contained in:
2020-10-17 10:16:23 +02:00
parent 46070a31b9
commit e8ce242a31
2 changed files with 2 additions and 2 deletions

View File

@@ -124,5 +124,5 @@ subprojects {
}
wrapper {
gradleVersion = '6.6'
gradleVersion = '6.7'
}