Explorar o código

build.gradle: update gradleVersion in case user runs the "wrapper" task

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

+ 1 - 1
build.gradle

@@ -283,7 +283,7 @@ if (skipPrebuildLibraries != "true" && buildNativeProjects != "true") {
 //}
 
 wrapper {
-    gradleVersion = '6.9.2'
+    gradleVersion = '7.5.1'
 }