Browse Source

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

Stephen Gold 3 years ago
parent
commit
eaec241624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

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