bump cmake to 3.18.1

This commit is contained in:
vanous 2022-04-02 12:09:05 +02:00
parent 2cb5844020
commit 3b9e13cfc5
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ android {
externalNativeBuild {
cmake {
path "src/main/c/CMakeLists.txt"
version "3.10.2"
version "3.18.1"
}
}
sourceSets {