Browse Source

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

Stephen Gold 4 năm trước cách đây
mục cha
commit
778c821fc3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
 }