Android: Don't enforce a particular CMake version

This commit is contained in:
OatmealDome 2023-01-26 18:46:31 -05:00
parent f056cec859
commit a534af4dd6
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ android {
externalNativeBuild {
cmake {
path "../../../CMakeLists.txt"
version "3.18.1"
}
}
namespace 'org.dolphinemu.dolphinemu'