Skip to content

Commit b7f994e

Browse files
committed
Make CMake 4.0.2 a min. requirement
Removing the requirement does not work with CI
1 parent 2dbf4a0 commit b7f994e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

attachments/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ android {
3838
externalNativeBuild {
3939
cmake {
4040
path "src/main/cpp/CMakeLists.txt"
41+
version "4.0.2+"
4142
}
4243
}
4344

0 commit comments

Comments
 (0)