Skip to content

Commit 76526b2

Browse files
committed
fix: bump CMake to 3.31.5
1 parent 3888333 commit 76526b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/hermes-engine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545

4646
externalNativeBuild {
4747
cmake {
48-
version "3.22.1"
48+
version "3.31.5"
4949
path "../../CMakeLists.txt"
5050
buildStagingDirectory = "${rootProject.ext.hermes_ws}/staging/hermes"
5151
buildStagingDirectory.mkdirs()

0 commit comments

Comments
 (0)