feat: upgrade gradle@6.8.3 (#1174)

* Gradle Update to 6.8.3

* Update build.gradle

* Update wrapper.gradle

* Update wrapper.gradle
This commit is contained in:
Mosab A
2021-03-27 16:35:27 +03:00
committed by GitHub
parent 23a1710557
commit fe4d4aeff0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ allprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '6.6.1'
gradleVersion = '6.8.3'
}
// Configuration properties. Set these via environment variables, build-extras.gradle, or gradle.properties.