[android] Increased min cmake version to 3.18.0

It's already installed on Github Runners

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-05-15 22:50:52 +02:00 committed by Roman Tsisyk
parent cae8345278
commit 01444086bd

View file

@ -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',