Skip to content

Commit

Permalink
chore(android): only support cmake 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jquick-axway authored and ewanharris committed Sep 3, 2021
1 parent 277c7b2 commit f0366c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/titanium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {
}
externalNativeBuild {
cmake {
version '3.10.2+'
version '3.10.2'
path "${projectDir}/../runtime/v8/src/native/CMakeLists.txt"
}
}
Expand Down

0 comments on commit f0366c9

Please sign in to comment.