Explorar o código

build.gradle: update the version of Gradle required by the wrapper

Stephen Gold %!s(int64=4) %!d(string=hai) anos
pai
achega
778c821fc3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -274,7 +274,7 @@ if (skipPrebuildLibraries != "true" && buildNativeProjects != "true") {
 //}
 
 wrapper {
-    gradleVersion = '6.9'
+    gradleVersion = '6.9.1'
 }