Browse Source

Update the Gradle wrapper version to 6.9.2 (#1820)

Toni Helenius 3 năm trước cách đây
mục cha
commit
c449258858
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.1'
+    gradleVersion = '6.9.2'
 }