flutter: android: Remove cmake version

And Install cmake 3.10.2 to fix local build failed.
This commit is contained in:
Calcitem 2021-03-21 03:09:27 +08:00
parent aead8b07dc
commit 0613cb740e
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ android {
externalNativeBuild { externalNativeBuild {
cmake { cmake {
path "CMakeLists.txt" path "CMakeLists.txt"
version '3.19.6'
} }
} }
} }