diff --git a/android/build.gradle b/android/build.gradle index 98bcc940cc..ce24176dce 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -170,7 +170,7 @@ android { if (project.hasProperty('pch')) pchFlag = 'ON' cmake { - version '3.8.0+' + version '3.18.0+' cppFlags '-fexceptions', '-frtti' // There is no sense to enable sections without gcc's --gc-sections flag. cFlags '-fno-function-sections', '-fno-data-sections',