android: use cmake 3.10

bitrise still doesn't have 3.10 despite it being part of the NDK now
This commit is contained in:
BreadFish64 2020-02-21 16:47:04 -06:00
parent 990d27f4f9
commit 670119ef86

View file

@ -52,7 +52,7 @@ workflows:
sudo apt remove cmake -y
sudo apt purge --auto-remove cmake -y
sudo apt install ninja-build -y
version=3.8
version=3.10
build=2
mkdir ~/temp
cd ~/temp
@ -97,7 +97,7 @@ workflows:
sudo apt remove cmake -y
sudo apt purge --auto-remove cmake -y
sudo apt install ninja-build -y
version=3.8
version=3.10
build=2
mkdir ~/temp
cd ~/temp