Ver código fonte

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

Stephen Gold 4 anos atrás
pai
commit
778c821fc3
1 arquivos alterados com 1 adições e 1 exclusões
  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'
 }