flutter: android: Remove cmake version
And Install cmake 3.10.2 to fix local build failed.
This commit is contained in:
parent
aead8b07dc
commit
0613cb740e
|
@ -73,7 +73,6 @@ android {
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
path "CMakeLists.txt"
|
path "CMakeLists.txt"
|
||||||
version '3.19.6'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue