Explorar el Código

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

Stephen Gold hace 4 años
padre
commit
778c821fc3
Se han modificado 1 ficheros con 1 adiciones y 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'
 }